• 大小: 13.11MB
    文件类型: .7z
    金币: 1
    下载: 0 次
    发布日期: 2023-07-30
  • 语言: 其他
  • 标签: lingo  中文  

资源简介

lingo中文版,很有帮助,绿色破解软件,无需安装,解压即可!!

资源截图

代码片段和文件信息

/*********************************************************************
 **
 **    LINGO Version 11.0
 **
 **    LINGO DLL definitions header
 **
 **    Copyright (c) 2007
 **
 **    LINDO Systems Inc.            312.988.7422
 **    1415 North Dayton St.          info@lindo.com
 **    Chicago IL 60622              http://www.lindo.com
 **
 **    Lingd11.cs (LINGO DLL header for C# .NET)
 **
 **    Last Updated: 29 Feb 08
 **
 *********************************************************************/


using System;
using System.Text;
using System.Runtime.InteropServices;

public class lingo 
{

/*********************************************************************
 *                        Macro Definitions                       *
 *********************************************************************/

   public static int   LSERR_NO_ERROR_LNG                       = 0;
   public static int   LSERR_OUT_OF_MEMORY_LNG                  = 1;
   public static int   LSERR_UNABLE_TO_OPEN_LOG_FILE_LNG        = 2;
   public static int   LSERR_INVALID_NULL_POINTER_LNG           = 3;
   public static int   LSERR_INVALID_INPUT_LNG                  = 4;
   public static int   LSERR_INFO_NOT_AVAILABLE_LNG             = 5;

   public static int   LS_IINFO_VARIABLES_LNG                   = 0;
   public static int   LS_IINFO_VARIABLES_INTEGER_LNG           = 1;
   public static int   LS_IINFO_VARIABLES_NONLINEAR_LNG         = 2;
   public static int   LS_IINFO_CONSTRAINTS_LNG                 = 3;
   public static int   LS_IINFO_CONSTRAINTS_NONLINEAR_LNG       = 4;
   public static int   LS_IINFO_NONZEROS_LNG                    = 5;
   public static int   LS_IINFO_NONZEROS_NONLINEAR_LNG          = 6;
   public static int   LS_IINFO_ITERATIONS_LNG                  = 7;
   public static int   LS_IINFO_BRANCHES_LNG                    = 8;
   public static int   LS_DINFO_SUMINF_LNG                      = 9;
   public static int   LS_DINFO_objectIVE_LNG                   =10;
   public static int   LS_DINFO_MIP_BOUND_LNG                   =11;
   public static int   LS_DINFO_MIP_BEST_objectIVE_LNG          =12;

   public static int   LS_STATUS_GLOBAL_LNG                     = 0;
   public static int   LS_STATUS_INFEASIBLE_LNG                 = 1;
   public static int   LS_STATUS_UNBOUNDED_LNG                  = 2;
   public static int   LS_STATUS_UNDETERMINED_LNG               = 3;
   public static int   LS_STATUS_FEASIBLE_LNG                   = 4;
   public static int   LS_STATUS_INFORUNB_LNG                   = 5;
   public static int   LS_STATUS_LOCAL_LNG                      = 6;
   public static int   LS_STATUS_LOCAL_INFEASIBLE_LNG           = 7;
   public static int   LS_STATUS_CUTOFF_LNG                     = 8;
   public static int   LS_STATUS_NUMERIC_ERROR_LNG              = 9;

/*********************************************************************
 *                                                 

评论

共有 条评论