|
|
| getstatstring(env,
statind) |
|
|
|
|
| geterrorstring(env,
errcode) |
|
|
|
|
| cb_geterrorstring(env,
status) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setterminate(env,
env_lp_ptr,
p) |
|
|
|
|
|
|
|
chbmatrix(*args,
**kwds)
See matrix_conversion.c:Pylolmat_to_CHBmat(). |
|
|
|
|
| Pylolmat_to_CHBmat(lolmat,
env_lp_ptr,
r_c) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| addfuncdest(env,
channel,
fileobj) |
|
|
|
|
| delfuncdest(env,
channel,
fileobj) |
|
|
|
|
| setlpcallbackfunc(env,
cbhandle) |
|
|
|
|
| setnetcallbackfunc(env,
cbhandle) |
|
|
|
|
| settuningcallbackfunc(env,
cbhandle) |
|
|
|
|
| setheuristiccallbackfunc(env,
cbhandle) |
|
|
|
|
| setlazyconstraintcallbackfunc(env,
cbhandle) |
|
|
|
|
| setusercutcallbackfunc(env,
cbhandle) |
|
|
|
|
| setincumbentcallbackfunc(env,
cbhandle) |
|
|
|
|
| setnodecallbackfunc(env,
cbhandle) |
|
|
|
|
| setbranchcallbackfunc(env,
cbhandle) |
|
|
|
|
| setbranchnosolncallbackfunc(env,
cbhandle) |
|
|
|
|
| setsolvecallbackfunc(env,
cbhandle) |
|
|
|
|
| setinfocallbackfunc(env,
cbhandle) |
|
|
|
|
| setmipcallbackfunc(env,
cbhandle) |
|
|
|
|
|
|
|
| setintparam(env,
whichparam,
newvalue) |
|
|
|
|
| setlongparam(env,
whichparam,
newvalue) |
|
|
|
|
| setdblparam(env,
whichparam,
newvalue) |
|
|
|
|
| setstrparam(env,
whichparam,
newvalue) |
|
|
|
|
| getintparam(env,
whichparam) |
|
|
|
|
| getlongparam(env,
whichparam) |
|
|
|
|
| getdblparam(env,
whichparam) |
|
|
|
|
| getstrparam(env,
whichparam) |
|
|
|
|
| infointparam(env,
whichparam) |
|
|
|
|
| infolongparam(env,
whichparam) |
|
|
|
|
| infodblparam(env,
whichparam) |
|
|
|
|
| infostrparam(env,
whichparam) |
|
|
|
|
| getparamtype(env,
param_name) |
|
|
|
|
| readcopyparam(env,
filename) |
|
|
|
|
| writeparam(env,
filename) |
|
|
|
|
| tuneparam(env,
lp,
int_param_values,
dbl_param_values,
str_param_values) |
|
|
|
|
| tuneparamprobset(env,
filenames,
filetypes,
int_param_values,
dbl_param_values,
str_param_values) |
|
|
|
|
|
|
|
| paramsetadd(env,
ps,
whichparam,
newvalue,
paramtype=None) |
|
|
|
|
| paramsetadddbl(env,
ps,
whichparam,
newvalue) |
|
|
|
|
| paramsetaddint(env,
ps,
whichparam,
newvalue) |
|
|
|
|
| paramsetaddlong(env,
ps,
whichparam,
newvalue) |
|
|
|
|
| paramsetaddstr(env,
ps,
whichparam,
newvalue) |
|
|
|
|
|
|
|
| paramsetcopy(env,
targetps,
sourceps) |
|
|
|
|
|
|
|
| paramsetdel(env,
ps,
whichparam) |
|
|
|
|
|
|
|
| paramsetget(env,
ps,
whichparam,
paramtype=None) |
|
|
|
|
| paramsetgetdbl(env,
ps,
whichparam) |
|
|
|
|
| paramsetgetint(env,
ps,
whichparam) |
|
|
|
|
| paramsetgetlong(env,
ps,
whichparam) |
|
|
|
|
| paramsetgetstr(env,
ps,
whichparam) |
|
|
|
|
|
|
|
| paramsetreadcopy(env,
ps,
filename) |
|
|
|
|
| paramsetwrite(env,
ps,
filename) |
|
|
|
|
|
|
|
|
|
|
| createprob(env,
probname) |
|
|
|
|
readcopyprob(env,
lp,
filename,
filetype='') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| hybbaropt(env,
lp,
method) |
|
|
|
|
| hybnetopt(env,
lp,
method) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| feasoptext(env,
lp,
grppref,
grpbeg,
grpind,
grptype) |
|
|
|
|
|
|
|
writeprob(env,
lp,
filename,
filetype='') |
|
|
|
|
| writeprobdev(env,
lp,
stream,
filename,
filetype) |
|
|
|
|
| embwrite(env,
lp,
filename) |
|
|
|
|
| dperwrite(env,
lp,
filename,
epsilon) |
|
|
|
|
| pperwrite(env,
lp,
filename,
epsilon) |
|
|
|
|
| preslvwrite(env,
lp,
filename) |
|
|
|
|
| dualwrite(env,
lp,
filename) |
|
|
|
|
| chgprobtype(env,
lp,
probtype) |
|
|
|
|
| chgprobtypesolnpool(env,
lp,
probtype,
soln) |
|
|
|
|
|
|
|
| chgprobname(env,
lp,
probname) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getnumindconstrs(env,
lp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| pivot(env,
lp,
jenter,
jleave,
leavestat) |
|
|
|
|
| strongbranch(env,
lp,
goodlist,
itlim) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| fast_multiobjgetoffset(env,
lp,
objidx) |
|
|
|
|
| fast_multiobjgetweight(env,
lp,
objidx) |
|
|
|
|
| fast_multiobjgetpriority(env,
lp,
objidx) |
|
|
|
|
| fast_multiobjgetabstol(env,
lp,
objidx) |
|
|
|
|
| fast_multiobjgetreltol(env,
lp,
objidx) |
|
|
|
|
| fast_newcols(env,
lp,
nb,
lb,
ub,
xctype) |
|
|
|
|
| has_name(env,
lp,
start,
end) |
|
|
|
|
| has_non_default_lb(env,
lp,
start,
end) |
|
|
|
|
| has_non_default_ub(env,
lp,
start,
end) |
|
|
|
|
| newcols(env,
lp,
obj,
lb,
ub,
xctype,
colname) |
|
|
|
|
| addcols(env,
lp,
ccnt,
nzcnt,
obj,
cmat,
lb,
ub,
colname) |
|
|
|
|
| delcols(env,
lp,
begin,
end) |
|
|
|
|
| chgbds(env,
lp,
indices,
lu,
bd) |
|
|
|
|
| chgcolname(env,
lp,
indices,
newnames) |
|
|
|
|
| chgctype(env,
lp,
indices,
xctype) |
|
|
|
|
| getcolindex(env,
lp,
colname) |
|
|
|
|
| getcolname(env,
lp,
begin,
end) |
|
|
|
|
| getctype(env,
lp,
begin,
end) |
|
|
|
|
| getlb(env,
lp,
begin,
end) |
|
|
|
|
| getub(env,
lp,
begin,
end) |
|
|
|
|
| getcols(env,
lp,
begin,
end) |
|
|
|
|
| copyprotected(env,
lp,
indices) |
|
|
|
|
|
|
|
| tightenbds(env,
lp,
indices,
lu,
bd) |
|
|
|
|
| newrows(env,
lp,
rhs,
sense,
rngval,
rowname) |
|
|
|
|
| addrows(env,
lp,
ccnt,
rcnt,
nzcnt,
rhs,
sense,
rmat,
colname,
rowname) |
|
|
|
|
| delrows(env,
lp,
begin,
end) |
|
|
|
|
| chgrowname(env,
lp,
indices,
newnames) |
|
|
|
|
| chgcoeflist(env,
lp,
rowlist,
collist,
vallist) |
|
|
|
|
| chgrhs(env,
lp,
indices,
values) |
|
|
|
|
| chgrngval(env,
lp,
indices,
values) |
|
|
|
|
| chgsense(env,
lp,
indices,
senses) |
|
|
|
|
| getrhs(env,
lp,
begin,
end) |
|
|
|
|
| getsense(env,
lp,
begin,
end) |
|
|
|
|
| getrngval(env,
lp,
begin,
end) |
|
|
|
|
| getrowname(env,
lp,
begin,
end) |
|
|
|
|
|
|
|
| getrowindex(env,
lp,
rowname) |
|
|
|
|
| getrows(env,
lp,
begin,
end) |
|
|
|
|
|
|
|
| addlazyconstraints(env,
lp,
rhs,
sense,
lin_expr,
names) |
|
|
|
|
| addusercuts(env,
lp,
rhs,
sense,
lin_expr,
names) |
|
|
|
|
| freelazyconstraints(env,
lp) |
|
|
|
|
|
|
|
| copylpwnames(env,
lp,
numcols,
numrows,
objsense,
obj,
rhs,
sense,
matbeg,
matcnt,
matind,
matval,
lb,
ub,
rngval,
colname,
rowname) |
|
|
|
|
| addsos(env,
lp,
sostype,
sosbeg,
sosind,
soswt,
sosnames) |
|
|
|
|
| delsos(env,
lp,
begin,
end) |
|
|
|
|
| getsos_info(env,
lp,
begin,
end) |
|
|
|
|
| getsos(env,
lp,
begin,
end) |
|
|
|
|
| getsosindex(env,
lp,
name) |
|
|
|
|
| getsosname(env,
lp,
begin,
end) |
|
|
|
|
| addindconstr(env,
lp,
indcnt,
indvar,
complemented,
rhs,
sense,
linmat,
indtype,
name,
nzcnt) |
|
|
|
|
| getindconstr(env,
lp,
begin,
end) |
|
|
|
|
| getindconstr_constant(env,
lp,
begin,
end) |
|
|
|
|
| getindconstrindex(env,
lp,
name) |
|
|
|
|
| delindconstrs(env,
lp,
begin,
end) |
|
|
|
|
| getindconstrslack(env,
lp,
begin,
end) |
|
|
|
|
| getindconstrname(env,
lp,
which) |
|
|
|
|
| addqconstr(env,
lp,
rhs,
sense,
linind,
linval,
quadrow,
quadcol,
quadval,
name) |
|
|
|
|
| getqconstr_info(env,
lp,
which) |
|
|
|
|
| getqconstr_lin(env,
lp,
which) |
|
|
|
|
| getqconstr_quad(env,
lp,
which) |
|
|
|
|
| delqconstrs(env,
lp,
begin,
end) |
|
|
|
|
| getqconstrindex(env,
lp,
name) |
|
|
|
|
| getqconstrslack(env,
lp,
begin,
end) |
|
|
|
|
| getqconstrname(env,
lp,
which) |
|
|
|
|
| newlonganno(env,
lp,
name,
defval) |
|
|
|
|
| newdblanno(env,
lp,
name,
defval) |
|
|
|
|
| dellonganno(env,
lp,
begin,
end) |
|
|
|
|
| deldblanno(env,
lp,
begin,
end) |
|
|
|
|
| getlongannoindex(env,
lp,
name) |
|
|
|
|
| getdblannoindex(env,
lp,
name) |
|
|
|
|
| getlongannoname(env,
lp,
idx) |
|
|
|
|
| getdblannoname(env,
lp,
idx) |
|
|
|
|
|
|
|
|
|
|
| getlongannodefval(env,
lp,
idx) |
|
|
|
|
| getdblannodefval(env,
lp,
idx) |
|
|
|
|
| setlonganno(env,
lp,
idx,
objtype,
ind,
val) |
|
|
|
|
| setdblanno(env,
lp,
idx,
objtype,
ind,
val) |
|
|
|
|
| getlonganno(env,
lp,
idx,
objtype,
begin,
end) |
|
|
|
|
| getdblanno(env,
lp,
idx,
objtype,
begin,
end) |
|
|
|
|
| readcopyanno(env,
lp,
filename) |
|
|
|
|
| writeanno(env,
lp,
filename) |
|
|
|
|
| writebendersanno(env,
lp,
filename) |
|
|
|
|
| addpwl(env,
lp,
vary,
varx,
preslope,
postslope,
nbreaks,
breakx,
breaky,
name) |
|
|
|
|
| delpwl(env,
lp,
begin,
end) |
|
|
|
|
|
|
|
|
|
|
| getpwlindex(env,
lp,
name) |
|
|
|
|
|
|
|
| copyobjname(env,
lp,
objname) |
|
|
|
|
| chgobj(env,
lp,
indices,
values) |
|
|
|
|
| chgobjsen(env,
lp,
maxormin) |
|
|
|
|
|
|
|
|
|
|
| chgobjoffset(env,
lp,
offset) |
|
|
|
|
| getobj(env,
lp,
begin,
end) |
|
|
|
|
|
|
|
| copyquad(env,
lp,
qmatbeg,
qmatind,
qmatval) |
|
|
|
|
| copyqpsep(env,
lp,
qsepvec) |
|
|
|
|
| chgqpcoef(env,
lp,
row,
col,
value) |
|
|
|
|
| getquad(env,
lp,
begin,
end) |
|
|
|
|
| getqpcoef(env,
lp,
row,
col) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| multiobjchgattribs(env,
lp,
objidx,
offset=nan,
weight=nan,
priority=-1,
abstol=nan,
reltol=nan,
name=None) |
|
|
|
|
| multiobjgetindex(env,
lp,
name) |
|
|
|
|
| multiobjgetname(env,
lp,
objidx) |
|
|
|
|
| multiobjgetobj(env,
lp,
objidx,
begin,
end) |
|
|
|
|
| multiobjsetobj(env,
lp,
objidx,
objind,
objval,
offset=nan,
weight=nan,
priority=-1,
abstol=nan,
reltol=nan,
objname=None) |
|
|
|
|
|
|
|
| multiobjopt(env,
lp,
paramsets) |
|
|
|
|
| multiobjgetobjval(env,
lp,
objidx) |
|
|
|
|
| multiobjgetobjvalbypriority(env,
lp,
priority) |
|
|
|
|
| multiobjgetdblinfo(env,
lp,
subprob,
what) |
|
|
|
|
| multiobjgetintinfo(env,
lp,
subprob,
what) |
|
|
|
|
| multiobjgetlonginfo(env,
lp,
subprob,
what) |
|
|
|
|
| multiobjgetnumsolves(env,
lp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getx(env,
lp,
begin,
end) |
|
|
|
|
|
|
|
| getax(env,
lp,
begin,
end) |
|
|
|
|
| getxqxax(env,
lp,
begin,
end) |
|
|
|
|
| getpi(env,
lp,
begin,
end) |
|
|
|
|
| getslack(env,
lp,
begin,
end) |
|
|
|
|
| getdj(env,
lp,
begin,
end) |
|
|
|
|
| getqconstrdslack(env,
lp,
qind) |
|
|
|
|
| getrowinfeas(env,
lp,
x,
begin,
end) |
|
|
|
|
| getcolinfeas(env,
lp,
x,
begin,
end) |
|
|
|
|
| getqconstrinfeas(env,
lp,
x,
begin,
end) |
|
|
|
|
| getindconstrinfeas(env,
lp,
x,
begin,
end) |
|
|
|
|
| getsosinfeas(env,
lp,
x,
begin,
end) |
|
|
|
|
|
|
|
|
|
|
| mbasewrite(env,
lp,
filename) |
|
|
|
|
| getijrow(env,
lp,
idx,
is_row_index) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getdblquality(env,
lp,
what) |
|
|
|
|
| getintquality(env,
lp,
what) |
|
|
|
|
| boundsa_lower(env,
lp,
begin,
end) |
|
|
|
|
| boundsa_upper(env,
lp,
begin,
end) |
|
|
|
|
| boundsa(env,
lp,
begin,
end) |
|
|
|
|
| objsa(env,
lp,
begin,
end) |
|
|
|
|
| rhssa(env,
lp,
begin,
end) |
|
|
|
|
| refinemipstartconflictext(env,
lp,
mipstartindex,
grppref,
grpbeg,
grpind,
grptype) |
|
|
|
|
| refineconflictext(env,
lp,
grppref,
grpbeg,
grpind,
grptype) |
|
|
|
|
| getconflictext(env,
lp,
begin,
end) |
|
|
|
|
| getconflictnumgroups(env,
lp) |
|
|
|
|
| getconflictgroups(env,
lp,
begin,
end) |
|
|
|
|
| getconflictnumpasses(env,
lp) |
|
|
|
|
| clpwrite(env,
lp,
filename) |
|
|
|
|
| solwrite(env,
lp,
filename) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| qconstrslackfromx(env,
lp,
x) |
|
|
|
|
|
|
|
| qpdjfrompi(env,
lp,
pi,
x) |
|
|
|
|
| mdleave(env,
lp,
goodlist) |
|
|
|
|
| qpindefcertificate(env,
lp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| presolve(env,
lp,
method) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| uncrushpi(env,
lp,
prepi) |
|
|
|
|
| crushform(env,
lp,
ind,
val) |
|
|
|
|
| uncrushform(env,
lp,
pind,
pval) |
|
|
|
|
| getprestat_status(env,
lp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| prechgobj(env,
lp,
ind,
val) |
|
|
|
|
| preaddrows(env,
lp,
rhs,
sense,
rmatbeg,
rmatind,
rmatval,
names) |
|
|
|
|
|
|
|
| chgmipstarts(env,
lp,
mipstartindices,
beg,
varindices,
values,
effortlevel) |
|
|
|
|
| addmipstarts(env,
lp,
beg,
varindices,
values,
effortlevel,
mipstartname) |
|
|
|
|
| delmipstarts(env,
lp,
begin,
end) |
|
|
|
|
| getmipstarts_size(env,
lp,
begin,
end) |
|
|
|
|
| getmipstarts_effort(env,
lp,
begin,
end) |
|
|
|
|
| getmipstarts(env,
lp,
begin,
end) |
|
|
|
|
| getmipstartname(env,
lp,
begin,
end) |
|
|
|
|
| getmipstartindex(env,
lp,
mipstartname) |
|
|
|
|
| readcopymipstarts(env,
lp,
filename) |
|
|
|
|
| writemipstarts(env,
lp,
filename,
begin,
end) |
|
|
|
|
|
|
|
|
|
|
|
|
|
| getsiftphase1cnt(env,
lp) |
|
|
|
|
|
|
|
| getcrossppushcnt(env,
lp) |
|
|
|
|
| getcrosspexchcnt(env,
lp) |
|
|
|
|
| getcrossdpushcnt(env,
lp) |
|
|
|
|
| getcrossdexchcnt(env,
lp) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getnumcuts(env,
lp,
cuttype) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getcallbackincumbent(cbstruct,
begin,
end) |
|
|
|
|
| getcallbackpseudocosts(cbstruct,
begin,
end) |
|
|
|
|
| getcallbacknodeintfeas(cbstruct,
begin,
end) |
|
|
|
|
| getcallbacknodelb(cbstruct,
begin,
end) |
|
|
|
|
| getcallbacknodeub(cbstruct,
begin,
end) |
|
|
|
|
| getcallbacknodeobjval(cbstruct) |
|
|
|
|
| getcallbacknodex(cbstruct,
begin,
end) |
|
|
|
|
| getcallbacknodeinfo(cbstruct,
node,
which) |
|
|
|
|
| callbacksetuserhandle(cbstruct,
userhandle) |
|
|
|
|
| callbacksetnodeuserhandle(cbstruct,
nodeindex,
userhandle) |
|
|
|
|
| getcallbackseqinfo(cbstruct,
node,
which) |
|
|
|
|
| getcallbacksosinfo(cbstruct,
sosindex,
member,
which) |
|
|
|
|
| cutcallbackadd(cbstruct,
rhs,
sense,
ind,
val,
purgeable) |
|
|
|
|
| cutcallbackaddlocal(cbstruct,
rhs,
sense,
ind,
val) |
|
|
|
|
| branchcallbackbranchgeneral(cbstruct,
ind,
lu,
bd,
rhs,
sense,
matbeg,
matind,
matval,
nodeest,
userhandle) |
|
|
|
|
| branchcallbackbranchasCPLEX(cbstruct,
n,
userhandle) |
|
|
|
|
|
|
|
|
|
|
| addsolnpooldivfilter(env,
lp,
lb,
ub,
ind,
wts,
ref,
name) |
|
|
|
|
| addsolnpoolrngfilter(env,
lp,
lb,
ub,
ind,
val,
name) |
|
|
|
|
| getsolnpooldivfilter_constant(env,
lp,
which) |
|
|
|
|
| getsolnpooldivfilter(env,
lp,
which) |
|
|
|
|
| getsolnpoolrngfilter_constant(env,
lp,
which) |
|
|
|
|
| getsolnpoolrngfilter(env,
lp,
which) |
|
|
|
|
| delsolnpoolfilters(env,
lp,
begin,
end) |
|
|
|
|
| getsolnpoolfiltername(env,
lp,
which) |
|
|
|
|
| getsolnpoolnumfilters(env,
lp) |
|
|
|
|
| fltwrite(env,
lp,
filename) |
|
|
|
|
| readcopysolnpoolfilters(env,
lp,
filename) |
|
|
|
|
| getsolnpoolfilterindex(env,
lp,
colname) |
|
|
|
|
| getsolnpoolfiltertype(env,
lp,
index) |
|
|
|
|
| delsolnpoolsolns(env,
lp,
begin,
end) |
|
|
|
|
| getsolnpoolnumsolns(env,
lp) |
|
|
|
|
| getsolnpoolnumreplaced(env,
lp) |
|
|
|
|
| getsolnpoolsolnindex(env,
lp,
colname) |
|
|
|
|
| getsolnpoolmeanobjval(env,
lp) |
|
|
|
|
| getsolnpoolsolnname(env,
lp,
which) |
|
|
|
|
| solwritesolnpool(env,
lp,
soln,
filename) |
|
|
|
|
| solwritesolnpoolall(env,
lp,
filename) |
|
|
|
|
| getsolnpoolobjval(env,
lp,
soln) |
|
|
|
|
| getsolnpoolx(env,
lp,
soln,
begin,
end) |
|
|
|
|
| getsolnpoolslack(env,
lp,
soln,
begin,
end) |
|
|
|
|
| getsolnpoolqconstrslack(env,
lp,
soln,
begin,
end) |
|
|
|
|
| getsolnpoolintquality(env,
lp,
soln,
what) |
|
|
|
|
| getsolnpooldblquality(env,
lp,
soln,
what) |
|
|
|
|
| copystart(env,
lp,
cstat,
rstat,
cprim,
rprim,
cdual,
rdual) |
|
|
|
|
| readcopybase(env,
lp,
filename) |
|
|
|
|
|
|
|
| copyorder(env,
lp,
indices,
priority,
direction) |
|
|
|
|
| readcopyorder(env,
lp,
filename) |
|
|
|
|
| ordwrite(env,
lp,
filename) |
|
|
|
|
| readcopystartinfo(env,
lp,
filename) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| getqualitymetrics(env,
lp,
soln) |
|
|
|
|
| showquality(env,
lp,
soln) |
|
|
|
|
| setgenericcallbackfunc(env,
lp,
contextmask,
cbhandle) |
|
|
|
|
| callbackgetinfoint(contextptr,
which) |
|
|
|
|
| callbackgetinfolong(contextptr,
which) |
|
|
|
|
| callbackgetinfodbl(contextptr,
which) |
|
|
|
|
| callbackabort(contextptr) |
|
|
|
|
| callbackcandidateispoint(contextptr) |
|
|
|
|
| callbackgetcandidatepoint(contextptr,
begin,
end) |
|
|
|
|
| callbackcandidateisray(contextptr) |
|
|
|
|
| callbackgetcandidateray(contextptr,
begin,
end) |
|
|
|
|
| callbackgetcandidateobj(contextptr) |
|
|
|
|
| callbackgetrelaxationpoint(contextptr,
begin,
end) |
|
|
|
|
| callbackgetrelaxationpointobj(contextptr) |
|
|
|
|
| callbackgetrelaxationstatus(contextptr,
flags) |
|
|
|
|
| callbackmakebranch(contextptr,
ind,
lu,
bd,
rhs,
sense,
matbeg,
matind,
matval,
nodeest) |
|
|
|
|
| callbackprunenode(contextptr) |
|
|
|
|
| callbackexitcutloop(contextptr) |
|
|
|
|
| callbackgetincumbent(contextptr,
begin,
end) |
|
|
|
|
| callbackgetincumbentobj(contextptr) |
|
|
|
|
| callbackgetlocallb(contextptr,
begin,
end) |
|
|
|
|
| callbackgetlocalub(contextptr,
begin,
end) |
|
|
|
|
| callbackgetgloballb(contextptr,
begin,
end) |
|
|
|
|
| callbackgetglobalub(contextptr,
begin,
end) |
|
|
|
|
| callbackpostheursoln(contextptr,
cnt,
ind,
val,
obj,
strategy) |
|
|
|
|
| callbackaddusercuts(contextptr,
rcnt,
nzcnt,
rhs,
sense,
rmat,
cutmanagement,
local) |
|
|
|
|
| callbackrejectcandidate(contextptr,
rcnt,
nzcnt,
rhs,
sense,
rmat) |
|
|
|
|
| callbackrejectcandidatelocal(contextptr,
rcnt,
nzcnt,
rhs,
sense,
rmat) |
|
|
|
|
| modelasstcallbacksetfunc(env,
lp,
cbhandle) |
|
|