Transport10.cs
33Excel.Workbook wb = excelApp.Workbooks.Open(Path.Combine(ws.시스템 디렉터리, @"apifiles/Data/transport.xlsx"));
68capacityParam.AddRecord((문자열)capacityData.GetValue(1, ic)).값= (double)capacityData.GetValue(2, ic);
GAMSSet AddSet(문자열 식별자, int 차원, 문자열 설명Text="", SetType setType=SetType.multi)
GAMSParameter AddParameter(문자열 식별자, 정수 차원, 문자열 설명텍스트="")
void Run(GAMSOptions gamsOptions=null, GAMSCheckpoint 체크포인트=null, TextWriter 출력=null, Boolean createOutDB=true)
사전< 문자열, 문자열 > 정의
새 GAMSParameterRecord AddRecord(params 문자열[] 키)
새 GAMSSetRecord AddRecord(params 문자열[] 키)
GAMSJob AddJobFromString(문자열 gamsSource, GAMSCheckpoint 체크포인트=null, 문자열 jobName=null)
string SystemDirectory
GAMSDatabase AddDatabase(문자열 데이터베이스 이름=null, 문자열 inModelName=null)
GAMSOptions AddOptions(GAMSOptions optFrom=null)
이것은 일련의 튜토리얼 예제 중 10번째 모델입니다. 여기서는 다음을 보여줍니다. GAMSDatabase를 채우는 방법 ...