로드 중...
검색 중...
일치하는 항목 없음
gamsmodelinstanceopt.h
1
26#ifndef GAMSMODELINSTANCEOPT_H
27#define GAMSMODELINSTANCEOPT_H
28
29#include "gamslib_global.h"
30#include <문자열>
31#include <메모리>
32
33네임스페이스게임{
34
35클래스GAMSModelInstanceOptImpl;
36
38클래스LIBSPECGAMSModelInstanceOpt
39{
40공개:
46 GAMSModelInstanceOpt(conststd::string &solver ="", intoptfile = -1,intnoMatchLimit = 0,부울디버그 =거짓);
47
50
55
59 부울 연산자!=(const GAMSModelInstanceOpt및 기타)const;
60
64 부울 연산자==(const GAMSModelInstanceOpt및 기타)const;
65
68std::string해결사();
69
72 무효 setSolver(conststd::string& 솔버);
73
75 int opt파일();
76
79 무효 setOptFile(const intoptfile);
80
84
88 무효 setNoMatchLimit(const intnoMatchLimit);
89
94 부울 디버그();
95
100 공허 setDebug(const 부울디버그);
101
102비공개:
103std::shared_ptr<GAMSModelInstanceOptImpl> mImpl;
104};
105
106}// 네임스페이스 무료 슬롯 사이트
107
108#endif// GAMSMODELINSTANCEOPT_H
GAMSModelInstanceOpt는 GAMSModelInstance.solve() 루틴을 사용자 정의하는 데 사용할 수 있습니다.
부울 연산자!=(const GAMSModelInstanceOpt &other) const
void setNoMatchLimit(const int noMatchLimit)
int optFile()
무료 슬롯 사이트 옵션파일 번호를 얻으세요.
void setSolver(const std::string &solver)
bool 연산자==(const GAMSModelInstanceOpt &other) const
GAMSModelInstanceOpt(const std::string &solver="", int optfile=-1, int noMatchLimit=0, bool debug=false)
GAMSModelInstanceOpt & 연산자=(const GAMSModelInstanceOpt &other)