16#ifndef OR_TOOLS_XPRESS_ENVIRONMENT_H_
17#define OR_TOOLS_XPRESS_ENVIRONMENT_H_
22#include "absl/status/status.h"
33bool initXpressEnv(
bool verbose =
true,
int xpress_oem_license_key = 0);
49#define XPRSint64 __int64
50#elif defined(__LP64__) || defined(_LP64) || defined(__ILP64__) || \
54#define XPRSint64 long long
58#define XPRS_CC __stdcall
65#define XPRS_STOP_NONE 0
66#define XPRS_STOP_TIMELIMIT 1
67#define XPRS_STOP_CTRLC 2
68#define XPRS_STOP_NODELIMIT 3
69#define XPRS_STOP_ITERLIMIT 4
70#define XPRS_STOP_MIPGAP 5
71#define XPRS_STOP_SOLLIMIT 6
72#define XPRS_STOP_GENERICERROR 7
73#define XPRS_STOP_MEMORYERROR 8
74#define XPRS_STOP_USER 9
75#define XPRS_STOP_SOLVECOMPLETE 10
76#define XPRS_STOP_LICENSELOST 11
77#define XPRS_STOP_NUMERICALERROR 13
81#define XPRS_TYPE_NOTDEFINED 0
82#define XPRS_TYPE_INT 1
83#define XPRS_TYPE_INT64 2
84#define XPRS_TYPE_DOUBLE 3
85#define XPRS_TYPE_STRING 4
89#define XPRS_NAMES_ROW 1
90#define XPRS_NAMES_COLUMN 2
92#define XPRS_PLUSINFINITY 1.0e+20
93#define XPRS_MINUSINFINITY -1.0e+20
94#define XPRS_MAXBANNERLENGTH 512
96#define XPRS_MPSRHSNAME 6001
97#define XPRS_MPSOBJNAME 6002
98#define XPRS_MPSRANGENAME 6003
99#define XPRS_MPSBOUNDNAME 6004
100#define XPRS_OUTPUTMASK 6005
101#define XPRS_TUNERMETHODFILE 6017
102#define XPRS_TUNEROUTPUTPATH 6018
103#define XPRS_TUNERSESSIONNAME 6019
104#define XPRS_COMPUTEEXECSERVICE 6022
105#define XPRS_MAXCUTTIME 8149
106#define XPRS_MAXSTALLTIME 8443
107#define XPRS_TUNERMAXTIME 8364
108#define XPRS_MATRIXTOL 7001
109#define XPRS_PIVOTTOL 7002
110#define XPRS_FEASTOL 7003
111#define XPRS_OUTPUTTOL 7004
112#define XPRS_SOSREFTOL 7005
113#define XPRS_OPTIMALITYTOL 7006
114#define XPRS_ETATOL 7007
115#define XPRS_RELPIVOTTOL 7008
116#define XPRS_MIPTOL 7009
117#define XPRS_MIPTOLTARGET 7010
118#define XPRS_BARPERTURB 7011
119#define XPRS_MIPADDCUTOFF 7012
120#define XPRS_MIPABSCUTOFF 7013
121#define XPRS_MIPRELCUTOFF 7014
122#define XPRS_PSEUDOCOST 7015
123#define XPRS_PENALTY 7016
124#define XPRS_BIGM 7018
125#define XPRS_MIPABSSTOP 7019
126#define XPRS_MIPRELSTOP 7020
127#define XPRS_CROSSOVERACCURACYTOL 7023
128#define XPRS_PRIMALPERTURB 7024
129#define XPRS_DUALPERTURB 7025
130#define XPRS_BAROBJSCALE 7026
131#define XPRS_BARRHSSCALE 7027
132#define XPRS_CHOLESKYTOL 7032
133#define XPRS_BARGAPSTOP 7033
134#define XPRS_BARDUALSTOP 7034
135#define XPRS_BARPRIMALSTOP 7035
136#define XPRS_BARSTEPSTOP 7036
137#define XPRS_ELIMTOL 7042
138#define XPRS_MARKOWITZTOL 7047
139#define XPRS_MIPABSGAPNOTIFY 7064
140#define XPRS_MIPRELGAPNOTIFY 7065
141#define XPRS_BARLARGEBOUND 7067
142#define XPRS_PPFACTOR 7069
143#define XPRS_REPAIRINDEFINITEQMAX 7071
144#define XPRS_BARGAPTARGET 7073
145#define XPRS_DUMMYCONTROL 7075
146#define XPRS_BARSTARTWEIGHT 7076
147#define XPRS_BARFREESCALE 7077
148#define XPRS_SBEFFORT 7086
149#define XPRS_HEURDIVERANDOMIZE 7089
150#define XPRS_HEURSEARCHEFFORT 7090
151#define XPRS_CUTFACTOR 7091
152#define XPRS_EIGENVALUETOL 7097
153#define XPRS_INDLINBIGM 7099
154#define XPRS_TREEMEMORYSAVINGTARGET 7100
155#define XPRS_INDPRELINBIGM 7102
156#define XPRS_RELAXTREEMEMORYLIMIT 7105
157#define XPRS_MIPABSGAPNOTIFYOBJ 7108
158#define XPRS_MIPABSGAPNOTIFYBOUND 7109
159#define XPRS_PRESOLVEMAXGROW 7110
160#define XPRS_HEURSEARCHTARGETSIZE 7112
161#define XPRS_CROSSOVERRELPIVOTTOL 7113
162#define XPRS_CROSSOVERRELPIVOTTOLSAFE 7114
163#define XPRS_DETLOGFREQ 7116
164#define XPRS_MAXIMPLIEDBOUND 7120
165#define XPRS_FEASTOLTARGET 7121
166#define XPRS_OPTIMALITYTOLTARGET 7122
167#define XPRS_PRECOMPONENTSEFFORT 7124
168#define XPRS_LPLOGDELAY 7127
169#define XPRS_HEURDIVEITERLIMIT 7128
170#define XPRS_BARKERNEL 7130
171#define XPRS_FEASTOLPERTURB 7132
172#define XPRS_CROSSOVERFEASWEIGHT 7133
173#define XPRS_LUPIVOTTOL 7139
174#define XPRS_MIPRESTARTGAPTHRESHOLD 7140
175#define XPRS_NODEPROBINGEFFORT 7141
176#define XPRS_INPUTTOL 7143
177#define XPRS_MIPRESTARTFACTOR 7145
178#define XPRS_BAROBJPERTURB 7146
179#define XPRS_CPIALPHA 7149
180#define XPRS_GLOBALBOUNDINGBOX 7154
181#define XPRS_TIMELIMIT 7158
182#define XPRS_SOLTIMELIMIT 7159
183#define XPRS_REPAIRINFEASTIMELIMIT 7160
184#define XPRS_EXTRAROWS 8004
185#define XPRS_EXTRACOLS 8005
186#define XPRS_LPITERLIMIT 8007
187#define XPRS_LPLOG 8009
188#define XPRS_SCALING 8010
189#define XPRS_PRESOLVE 8011
190#define XPRS_CRASH 8012
191#define XPRS_PRICINGALG 8013
192#define XPRS_INVERTFREQ 8014
193#define XPRS_INVERTMIN 8015
194#define XPRS_MAXNODE 8018
195#define XPRS_MAXTIME 8020
196#define XPRS_MAXMIPSOL 8021
197#define XPRS_SIFTPASSES 8022
198#define XPRS_DEFAULTALG 8023
199#define XPRS_VARSELECTION 8025
200#define XPRS_NODESELECTION 8026
201#define XPRS_BACKTRACK 8027
202#define XPRS_MIPLOG 8028
203#define XPRS_KEEPNROWS 8030
204#define XPRS_MPSECHO 8032
205#define XPRS_MAXPAGELINES 8034
206#define XPRS_OUTPUTLOG 8035
207#define XPRS_BARSOLUTION 8038
208#define XPRS_CACHESIZE 8043
209#define XPRS_CROSSOVER 8044
210#define XPRS_BARITERLIMIT 8045
211#define XPRS_CHOLESKYALG 8046
212#define XPRS_BAROUTPUT 8047
213#define XPRS_EXTRAMIPENTS 8051
214#define XPRS_REFACTOR 8052
215#define XPRS_BARTHREADS 8053
216#define XPRS_KEEPBASIS 8054
217#define XPRS_CROSSOVEROPS 8060
218#define XPRS_VERSION 8061
219#define XPRS_CROSSOVERTHREADS 8065
220#define XPRS_BIGMMETHOD 8068
221#define XPRS_MPSNAMELENGTH 8071
222#define XPRS_ELIMFILLIN 8073
223#define XPRS_PRESOLVEOPS 8077
224#define XPRS_MIPPRESOLVE 8078
225#define XPRS_MIPTHREADS 8079
226#define XPRS_BARORDER 8080
227#define XPRS_BREADTHFIRST 8082
228#define XPRS_AUTOPERTURB 8084
229#define XPRS_DENSECOLLIMIT 8086
230#define XPRS_CALLBACKFROMMASTERTHREAD 8090
231#define XPRS_MAXMCOEFFBUFFERELEMS 8091
232#define XPRS_REFINEOPS 8093
233#define XPRS_LPREFINEITERLIMIT 8094
234#define XPRS_MIPREFINEITERLIMIT 8095
235#define XPRS_DUALIZEOPS 8097
236#define XPRS_CROSSOVERITERLIMIT 8104
237#define XPRS_PREBASISRED 8106
238#define XPRS_PRESORT 8107
239#define XPRS_PREPERMUTE 8108
240#define XPRS_PREPERMUTESEED 8109
241#define XPRS_MAXMEMORYSOFT 8112
242#define XPRS_CUTFREQ 8116
243#define XPRS_SYMSELECT 8117
244#define XPRS_SYMMETRY 8118
245#define XPRS_MAXMEMORYHARD 8119
246#define XPRS_MIQCPALG 8125
247#define XPRS_QCCUTS 8126
248#define XPRS_QCROOTALG 8127
249#define XPRS_PRECONVERTSEPARABLE 8128
250#define XPRS_ALGAFTERNETWORK 8129
251#define XPRS_TRACE 8130
252#define XPRS_MAXIIS 8131
253#define XPRS_CPUTIME 8133
254#define XPRS_COVERCUTS 8134
255#define XPRS_GOMCUTS 8135
256#define XPRS_LPFOLDING 8136
257#define XPRS_MPSFORMAT 8137
258#define XPRS_CUTSTRATEGY 8138
259#define XPRS_CUTDEPTH 8139
260#define XPRS_TREECOVERCUTS 8140
261#define XPRS_TREEGOMCUTS 8141
262#define XPRS_CUTSELECT 8142
263#define XPRS_TREECUTSELECT 8143
264#define XPRS_DUALIZE 8144
265#define XPRS_DUALGRADIENT 8145
266#define XPRS_SBITERLIMIT 8146
267#define XPRS_SBBEST 8147
268#define XPRS_BARINDEFLIMIT 8153
269#define XPRS_HEURFREQ 8155
270#define XPRS_HEURDEPTH 8156
271#define XPRS_HEURMAXSOL 8157
272#define XPRS_HEURNODES 8158
273#define XPRS_LNPBEST 8160
274#define XPRS_LNPITERLIMIT 8161
275#define XPRS_BRANCHCHOICE 8162
276#define XPRS_BARREGULARIZE 8163
277#define XPRS_SBSELECT 8164
278#define XPRS_LOCALCHOICE 8170
279#define XPRS_LOCALBACKTRACK 8171
280#define XPRS_DUALSTRATEGY 8174
281#define XPRS_L1CACHE 8175
282#define XPRS_HEURDIVESTRATEGY 8177
283#define XPRS_HEURSELECT 8178
284#define XPRS_BARSTART 8180
285#define XPRS_PRESOLVEPASSES 8183
286#define XPRS_BARNUMSTABILITY 8186
287#define XPRS_BARORDERTHREADS 8187
288#define XPRS_EXTRASETS 8190
289#define XPRS_FEASIBILITYPUMP 8193
290#define XPRS_PRECOEFELIM 8194
291#define XPRS_PREDOMCOL 8195
292#define XPRS_HEURSEARCHFREQ 8196
293#define XPRS_HEURDIVESPEEDUP 8197
294#define XPRS_SBESTIMATE 8198
295#define XPRS_BARCORES 8202
296#define XPRS_MAXCHECKSONMAXTIME 8203
297#define XPRS_MAXCHECKSONMAXCUTTIME 8204
298#define XPRS_HISTORYCOSTS 8206
299#define XPRS_ALGAFTERCROSSOVER 8208
300#define XPRS_MUTEXCALLBACKS 8210
301#define XPRS_BARCRASH 8211
302#define XPRS_HEURDIVESOFTROUNDING 8215
303#define XPRS_HEURSEARCHROOTSELECT 8216
304#define XPRS_HEURSEARCHTREESELECT 8217
305#define XPRS_MPS18COMPATIBLE 8223
306#define XPRS_ROOTPRESOLVE 8224
307#define XPRS_CROSSOVERDRP 8227
308#define XPRS_FORCEOUTPUT 8229
309#define XPRS_PRIMALOPS 8231
310#define XPRS_DETERMINISTIC 8232
311#define XPRS_PREPROBING 8238
312#define XPRS_TREEMEMORYLIMIT 8242
313#define XPRS_TREECOMPRESSION 8243
314#define XPRS_TREEDIAGNOSTICS 8244
315#define XPRS_MAXTREEFILESIZE 8245
316#define XPRS_PRECLIQUESTRATEGY 8247
317#define XPRS_REPAIRINFEASMAXTIME 8250
318#define XPRS_IFCHECKCONVEXITY 8251
319#define XPRS_PRIMALUNSHIFT 8252
320#define XPRS_REPAIRINDEFINITEQ 8254
321#define XPRS_MIPRAMPUP 8255
322#define XPRS_MAXLOCALBACKTRACK 8257
323#define XPRS_USERSOLHEURISTIC 8258
324#define XPRS_FORCEPARALLELDUAL 8265
325#define XPRS_BACKTRACKTIE 8266
326#define XPRS_BRANCHDISJ 8267
327#define XPRS_MIPFRACREDUCE 8270
328#define XPRS_CONCURRENTTHREADS 8274
329#define XPRS_MAXSCALEFACTOR 8275
330#define XPRS_HEURTHREADS 8276
331#define XPRS_THREADS 8278
332#define XPRS_HEURBEFORELP 8280
333#define XPRS_PREDOMROW 8281
334#define XPRS_BRANCHSTRUCTURAL 8282
335#define XPRS_QUADRATICUNSHIFT 8284
336#define XPRS_BARPRESOLVEOPS 8286
337#define XPRS_QSIMPLEXOPS 8288
338#define XPRS_MIPRESTART 8290
339#define XPRS_CONFLICTCUTS 8292
340#define XPRS_PREPROTECTDUAL 8293
341#define XPRS_CORESPERCPU 8296
342#define XPRS_RESOURCESTRATEGY 8297
343#define XPRS_CLAMPING 8301
344#define XPRS_SLEEPONTHREADWAIT 8302
345#define XPRS_PREDUPROW 8307
346#define XPRS_CPUPLATFORM 8312
347#define XPRS_BARALG 8315
348#define XPRS_SIFTING 8319
349#define XPRS_LPLOGSTYLE 8326
350#define XPRS_RANDOMSEED 8328
351#define XPRS_TREEQCCUTS 8331
352#define XPRS_PRELINDEP 8333
353#define XPRS_DUALTHREADS 8334
354#define XPRS_PREOBJCUTDETECT 8336
355#define XPRS_PREBNDREDQUAD 8337
356#define XPRS_PREBNDREDCONE 8338
357#define XPRS_PRECOMPONENTS 8339
358#define XPRS_MAXMIPTASKS 8347
359#define XPRS_MIPTERMINATIONMETHOD 8348
360#define XPRS_PRECONEDECOMP 8349
361#define XPRS_HEURFORCESPECIALOBJ 8350
362#define XPRS_HEURSEARCHROOTCUTFREQ 8351
363#define XPRS_PREELIMQUAD 8353
364#define XPRS_PREIMPLICATIONS 8356
365#define XPRS_TUNERMODE 8359
366#define XPRS_TUNERMETHOD 8360
367#define XPRS_TUNERTARGET 8362
368#define XPRS_TUNERTHREADS 8363
369#define XPRS_TUNERHISTORY 8365
370#define XPRS_TUNERPERMUTE 8366
371#define XPRS_TUNERVERBOSE 8370
372#define XPRS_TUNEROUTPUT 8372
373#define XPRS_PREANALYTICCENTER 8374
374#define XPRS_NETCUTS 8382
375#define XPRS_LPFLAGS 8385
376#define XPRS_MIPKAPPAFREQ 8386
377#define XPRS_OBJSCALEFACTOR 8387
378#define XPRS_TREEFILELOGINTERVAL 8389
379#define XPRS_IGNORECONTAINERCPULIMIT 8390
380#define XPRS_IGNORECONTAINERMEMORYLIMIT 8391
381#define XPRS_MIPDUALREDUCTIONS 8392
382#define XPRS_GENCONSDUALREDUCTIONS 8395
383#define XPRS_PWLDUALREDUCTIONS 8396
384#define XPRS_BARFAILITERLIMIT 8398
385#define XPRS_AUTOSCALING 8406
386#define XPRS_GENCONSABSTRANSFORMATION 8408
387#define XPRS_COMPUTEJOBPRIORITY 8409
388#define XPRS_PREFOLDING 8410
389#define XPRS_NETSTALLLIMIT 8412
390#define XPRS_SERIALIZEPREINTSOL 8413
391#define XPRS_NUMERICALEMPHASIS 8416
392#define XPRS_PWLNONCONVEXTRANSFORMATION 8420
393#define XPRS_MIPCOMPONENTS 8421
394#define XPRS_MIPCONCURRENTNODES 8422
395#define XPRS_MIPCONCURRENTSOLVES 8423
396#define XPRS_OUTPUTCONTROLS 8424
397#define XPRS_SIFTSWITCH 8425
398#define XPRS_HEUREMPHASIS 8427
399#define XPRS_COMPUTEMATX 8428
400#define XPRS_COMPUTEMATX_IIS 8429
401#define XPRS_COMPUTEMATX_IISMAXTIME 8430
402#define XPRS_BARREFITER 8431
403#define XPRS_COMPUTELOG 8434
404#define XPRS_SIFTPRESOLVEOPS 8435
405#define XPRS_CHECKINPUTDATA 8436
406#define XPRS_ESCAPENAMES 8440
407#define XPRS_IOTIMEOUT 8442
408#define XPRS_AUTOCUTTING 8446
409#define XPRS_CALLBACKCHECKTIMEDELAY 8451
410#define XPRS_MULTIOBJOPS 8457
411#define XPRS_MULTIOBJLOG 8458
412#define XPRS_GLOBALSPATIALBRANCHIFPREFERORIG 8465
413#define XPRS_PRECONFIGURATION 8470
414#define XPRS_FEASIBILITYJUMP 8471
415#define XPRS_EXTRAELEMS 8006
416#define XPRS_EXTRASETELEMS 8191
417#define XPRS_LPOBJVAL 2001
418#define XPRS_MIPOBJVAL 2003
419#define XPRS_BESTBOUND 2004
420#define XPRS_OBJRHS 2005
421#define XPRS_OBJSENSE 2008
422#define XPRS_ROWS 1001
423#define XPRS_SIMPLEXITER 1009
424#define XPRS_BARITER 5001
425#define XPRS_SOLSTATUS_NOTFOUND 0
426#define XPRS_SOLSTATUS_OPTIMAL 1
427#define XPRS_SOLSTATUS_FEASIBLE 2
428#define XPRS_SOLSTATUS_INFEASIBLE 3
429#define XPRS_SOLSTATUS_UNBOUNDED 4
430#define XPRS_LPSTATUS 1010
431#define XPRS_MIPSTATUS 1011
432#define XPRS_NODES 1013
433#define XPRS_COLS 1018
434#define XPRS_MAXPROBNAMELENGTH 1158
435#define XPRS_LP_UNSTARTED 0
436#define XPRS_LP_OPTIMAL 1
437#define XPRS_LP_INFEAS 2
438#define XPRS_LP_CUTOFF 3
439#define XPRS_LP_UNFINISHED 4
440#define XPRS_LP_UNBOUNDED 5
441#define XPRS_LP_CUTOFF_IN_DUAL 6
442#define XPRS_LP_UNSOLVED 7
443#define XPRS_LP_NONCONVEX 8
444#define XPRS_MIP_SOLUTION 4
445#define XPRS_MIP_INFEAS 5
446#define XPRS_MIP_OPTIMAL 6
447#define XPRS_MIP_UNBOUNDED 7
448#define XPRS_ALG_DUAL 2
449#define XPRS_ALG_PRIMAL 3
450#define XPRS_ALG_BARRIER 4
451#define XPRS_OBJ_MINIMIZE 1
452#define XPRS_OBJ_MAXIMIZE -1
456#define XPRS_INTEGER 'I'
457#define XPRS_CONTINUOUS 'C'
461#define XPRS_LESS_EQUAL 'L'
462#define XPRS_GREATER_EQUAL 'G'
463#define XPRS_EQUAL 'E'
464#define XPRS_RANGE 'R'
465#define XPRS_NONBINDING 'N'
469#define XPRS_AT_LOWER 0
471#define XPRS_AT_UPPER 2
472#define XPRS_FREE_SUPER 3
478extern std::function<int(
const char* path)>
XPRSinit;
479extern std::function<int(
void)>
XPRSfree;
481extern std::function<int(
int* p_i,
char* p_c)>
XPRSlicense;
498extern std::function<int(
XPRSprob prob,
const char* probname,
int ncols,
int nrows,
const char rowtype[],
const double rhs[],
const double rng[],
const double objcoef[],
const int start[],
const int collen[],
const int rowind[],
const double rowcoef[],
const double lb[],
const double ub[])>
XPRSloadlp;
499extern std::function<int(
XPRSprob prob,
const char* probname,
int ncols,
int nrows,
const char rowtype[],
const double rhs[],
const double rng[],
const double objcoef[],
const XPRSint64 start[],
const int collen[],
const int rowind[],
const double rowcoef[],
const double lb[],
const double ub[])>
XPRSloadlp64;
506extern std::function<int(
XPRSprob prob,
int* status,
double duals[],
int first,
int last)>
XPRSgetduals;
508extern std::function<int(
XPRSprob prob,
int nrows,
int ncoefs,
const char rowtype[],
const double rhs[],
const double rng[],
const int start[],
const int colind[],
const double rowcoef[])>
XPRSaddrows;
510extern std::function<int(
XPRSprob prob,
int ncols,
int ncoefs,
const double objcoef[],
const int start[],
const int rowind[],
const double rowcoef[],
const double lb[],
const double ub[])>
XPRSaddcols;
511extern std::function<int(
XPRSprob prob,
int type,
const char names[],
int first,
int last)>
XPRSaddnames;
512extern std::function<int(
XPRSprob prob,
int type,
char names[],
int first,
int last)>
XPRSgetnames;
514extern std::function<int(
XPRSprob prob,
int ncols,
const int colind[],
const char coltype[])>
XPRSchgcoltype;
523extern std::function<int(
XPRSprob prob,
int nbounds,
const int colind[],
const char bndtype[],
const double bndval[])>
XPRSchgbounds;
524extern std::function<int(
XPRSprob prob,
int length,
const double solval[],
const int colind[],
const char* name)>
XPRSaddmipsol;
525extern std::function<int(
XPRSprob prob,
double x[],
double slack[],
double duals[],
double djs[])>
XPRSgetlpsol;
527extern std::function<int(
XPRSprob prob,
int ncols,
const int colind[],
const double objcoef[])>
XPRSchgobj;
529extern std::function<int(
XPRSprob prob,
int ncoefs,
const int rowind[],
const int colind[],
const double rowcoef[])>
XPRSchgmcoef;
531extern std::function<int(
XPRSprob prob,
int ncoefs,
const int objqcol1[],
const int objqcol2[],
const double objqcoef[])>
XPRSchgmqobj;
532extern std::function<int(
XPRSprob prob,
int nrows,
const int rowind[],
const double rhs[])>
XPRSchgrhs;
534extern std::function<int(
XPRSprob prob,
int nrows,
const int rowind[],
const char rowtype[])>
XPRSchgrowtype;
540extern std::function<int(
XPRSprob prob,
const char* flags,
int* solvestatus,
int* solstatus)>
XPRSoptimize;
In SWIG mode, we don't want anything besides these top-level includes.
std::function< int(XPRSprob prob, void(XPRS_CC *f_intsol)(XPRSprob cbprob, void *cbdata), void *p, int priority)> XPRSaddcbintsol
std::function< int(XPRSprob prob, int control)> XPRSsetdefaultcontrol
std::function< int(XPRSprob prob, int nrows, const int rowind[], const char rowtype[])> XPRSchgrowtype
std::function< int(char *banner)> XPRSgetbanner
absl::Status LoadXpressDynamicLibrary(std::string &xpresspath)
std::function< int(XPRSprob prob, char rowtype[], int first, int last)> XPRSgetrowtype
std::function< int(XPRSprob prob, int attrib, int *p_value)> XPRSgetintattrib
std::function< int(XPRSprob prob, int ncoefs, const int objqcol1[], const int objqcol2[], const double objqcoef[])> XPRSchgmqobj
std::function< int(XPRSprob prob, char coltype[], int first, int last)> XPRSgetcoltype
std::function< int(XPRSprob prob, int attrib, double *p_value)> XPRSgetdblattrib
std::function< int(XPRSprob prob, int *status, double djs[], int first, int last)> XPRSgetredcosts
std::function< int(XPRSprob prob, const char *filename, const char *flags)> XPRSwriteprob
std::function< int(XPRSprob prob, void(XPRS_CC *f_message)(XPRSprob cbprob, void *cbdata, const char *msg, int msglen, int msgtype), void *p, int priority)> XPRSaddcbmessage
std::function< int(XPRSprob prob, double rhs[], int first, int last)> XPRSgetrhs
bool initXpressEnv(bool verbose, int xpress_oem_license_key)
! init XPRESS environment.
std::function< int(XPRSprob prob, int length, const double solval[], const int colind[], const char *name)> XPRSaddmipsol
std::function< int(XPRSprob prob, double x[], double slack[])> XPRSgetmipsol
std::function< int(XPRSprob prob, int nbounds, const int colind[], const char bndtype[], const double bndval[])> XPRSchgbounds
std::function< int(XPRSprob prob, int row, int col, double *p_coef)> XPRSgetcoef
std::function< int(XPRSprob prob, const int rowstat[], const int colstat[])> XPRSloadbasis
std::function< int(XPRSprob prob, int row, int col, double coef)> XPRSchgcoef
std::function< int(XPRSprob prob, int nrows, const int rowind[])> XPRSdelrows
std::function< int(XPRSprob prob, int type, char names[], int first, int last)> XPRSgetnames
std::function< int(XPRSprob prob, int ncols, const int colind[])> XPRSdelcols
std::function< int(XPRSprob prob, int control, double *p_value)> XPRSgetdblcontrol
std::function< int(XPRSprob prob, double lb[], int first, int last)> XPRSgetlb
std::function< int(XPRSprob prob, const char *flags, int *solvestatus, int *solstatus)> XPRSoptimize
std::function< int(XPRSprob prob, const char *probname, int ncols, int nrows, const char rowtype[], const double rhs[], const double rng[], const double objcoef[], const XPRSint64 start[], const int collen[], const int rowind[], const double rowcoef[], const double lb[], const double ub[])> XPRSloadlp64
std::function< int(XPRSprob prob, int control, int *p_value)> XPRSgetintcontrol
std::function< int(XPRSprob prob, void(XPRS_CC *f_intsol)(XPRSprob cbprob, void *cbdata), void *p)> XPRSremovecbintsol
std::function< int(XPRSprob prob, int ncols, const int colind[], const char coltype[])> XPRSchgcoltype
std::function< int(char *version)> XPRSgetversion
std::function< int(XPRSprob prob, const char *name, int *p_id, int *p_type)> XPRSgetcontrolinfo
std::function< int(XPRSprob prob, double x[], double slack[], double duals[], double djs[])> XPRSgetlpsol
std::function< int(XPRSprob prob, int control, XPRSint64 *p_value)> XPRSgetintcontrol64
std::function< int(XPRSprob prob)> XPRSpostsolve
std::function< int(XPRSprob prob, double objcoef[], int first, int last)> XPRSgetobj
std::function< int(XPRSprob prob, int nrows, const int rowind[], const double rng[])> XPRSchgrhsrange
std::function< int(XPRSprob prob, int type, const char names[], int first, int last)> XPRSaddnames
std::function< int(XPRSprob prob, int ncoefs, const int rowind[], const int colind[], const double rowcoef[])> XPRSchgmcoef
std::function< int(XPRSprob prob, const char *probname, int ncols, int nrows, const char rowtype[], const double rhs[], const double rng[], const double objcoef[], const int start[], const int collen[], const int rowind[], const double rowcoef[], const double lb[], const double ub[])> XPRSloadlp
std::function< int(void)> XPRSfree
std::function< int(XPRSprob prob, int reason)> XPRSinterrupt
bool XpressIsCorrectlyInstalled()
std::function< int(char *buffer, int maxbytes)> XPRSgetlicerrmsg
std::function< int(XPRSprob prob, int control, int value)> XPRSsetintcontrol
std::function< int(XPRSprob prob, int nrows, int ncoefs, const char rowtype[], const double rhs[], const double rng[], const int start[], const int colind[], const double rowcoef[])> XPRSaddrows
std::function< int(XPRSprob prob, char *errmsg)> XPRSgetlasterror
std::function< int(XPRSprob prob)> XPRSdestroyprob
std::function< int(XPRSprob prob, int control, double value)> XPRSsetdblcontrol
std::function< int(XPRSprob prob, XPRSint64 ncoefs, const int rowind[], const int colind[], const double rowcoef[])> XPRSchgmcoef64
std::function< int(XPRSprob prob, double rng[], int first, int last)> XPRSgetrhsrange
std::function< int(XPRSprob prob, double ub[], int first, int last)> XPRSgetub
void printXpressBanner(bool error)
clang-format on
std::function< int(int *p_i, char *p_c)> XPRSlicense
std::function< int(XPRSprob prob, int control, const char *value)> XPRSsetstrcontrol
std::function< int(XPRSprob prob, int ncols, int ncoefs, const double objcoef[], const int start[], const int rowind[], const double rowcoef[], const double lb[], const double ub[])> XPRSaddcols
std::function< int(XPRSprob prob, int control, char *value, int maxbytes, int *p_nbytes)> XPRSgetstringcontrol
std::function< int(XPRSprob prob, const char *flags)> XPRSmipoptimize
std::function< int(XPRSprob prob, int nrows, const int rowind[], const double rhs[])> XPRSchgrhs
std::function< int(XPRSprob prob, int ncols, const int colind[], const double objcoef[])> XPRSchgobj
std::function< int(XPRSprob prob, int *status, double duals[], int first, int last)> XPRSgetduals
std::function< int(XPRSprob *p_prob)> XPRScreateprob
This is the 'define' section.
std::function< int(XPRSprob prob, const char *flags)> XPRSlpoptimize
std::function< int(XPRSprob prob, int control, XPRSint64 value)> XPRSsetintcontrol64
std::function< int(XPRSprob prob, int objsense)> XPRSchgobjsense
std::function< int(const char *path)> XPRSinit
std::function< int(XPRSprob prob, const char *probname)> XPRSsetprobname
std::function< int(XPRSprob prob, int rowstat[], int colstat[])> XPRSgetbasis
struct xo_prob_struct * XPRSprob
Initial version of this code was provided by RTE.