Searched refs:auxmeth (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_coin.c38 /* coin_set_solve_methods(lpd, meth, auxmeth, node_meth, node_auxmeth);*/
49 Log4(coin_solve_problem(lpd, %d, %d, %d, %d), meth->meth, meth->auxmeth, meth->node_meth, meth->node_auxmeth);
50 if (coin_solve_problem(lpd, meth->meth, meth->auxmeth, meth->node_meth, meth->node_auxmeth) == -1)
106 if (DualMethod(lpd, meth->meth, meth->auxmeth)) {
140 if (DualMethod(lpd, meth->meth, meth->auxmeth)) {
H A Deplex.h261 int auxmeth; member in struct:lp_meth
H A Deplex_cplex.c75 switch(meth->auxmeth)
87 meth->auxmeth = METHOD_DEFAULT;
101 SetSiftAlg(cpx_env, meth->auxmeth);
152 meth->auxmeth = METHOD_DEFAULT;
161 if (meth->meth != METHOD_SIFT || meth->auxmeth == METHOD_DEFAULT)
165 else if (meth->node_auxmeth != meth->auxmeth)
176 meth->node_auxmeth = meth->auxmeth;
228 switch (meth->auxmeth)
252 switch (meth->auxmeth)
477 if (DualMethod(lpd, meth->meth, meth->auxmeth)) {
[all...]
H A Deplex_gurobi.c256 if (meth->auxmeth != METHOD_DEFAULT)
258 switch(meth->auxmeth)
272 if (meth->auxmeth != METHOD_DEFAULT)
274 switch(meth->auxmeth)
H A Dcoinplex.cpp304 int coin_branchAndBound(lp_desc* lpd, int meth, int auxmeth) argument
394 cbc_args[next++] = (auxmeth == METHOD_NONE ? "off" : "on");
400 if (auxmeth == METHOD_PRIMAL) {
442 int coin_solveLinear(lp_desc* lpd, int meth, int auxmeth) argument
490 switch (auxmeth) {
543 int coin_branchAndBound(lp_desc *lpd, int meth, int auxmeth) argument
1600 int meth, int auxmeth, int node_meth, int node_auxmeth)
1654 coin_branchAndBound(lpd, meth, auxmeth);
1667 coin_solveLinear(lpd, meth, auxmeth);
1599 coin_solve_problem(lp_desc* lpd, int meth, int auxmeth, int node_meth, int node_auxmeth) argument
H A Deplex_xpress.c85 /* meth, auxmeth, node_meth are kept upto-date as they may be required
105 switch (meth->auxmeth)
114 meth->auxmeth = METHOD_PRIMAL;
137 meth->auxmeth = METHOD_PRIMAL;
486 if (DualMethod(lpd, meth->meth, meth->auxmeth)) {
538 if (DualMethod(lpd, meth->meth, meth->auxmeth)) {
H A Deplex_xpress.h227 # define UsingBarrierNoCrossOver(d) (meth->meth == METHOD_BAR && meth->auxmeth == METHOD_NONE)
H A Deplex_coin.h269 int meth, int auxmeth, int node_meth, int node_auxmeth);
H A Deplex.c4617 meth.auxmeth = pw->val.nint;

Completed in 54 milliseconds