Searched refs:node_auxmeth (Results 1 - 7 of 7) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h263 int node_auxmeth; member in struct:lp_meth
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)
H A Deplex_gurobi.c301 if (meth->meth != METHOD_BAR && meth->node_auxmeth != METHOD_DEFAULT)
303 switch(meth->node_auxmeth)
317 if (meth->meth != METHOD_SIFT && meth->node_auxmeth != METHOD_DEFAULT)
319 switch(meth->node_auxmeth)
H A Deplex_cplex.c140 switch(meth->node_auxmeth)
163 SetSiftAlg(cpx_env, meth->node_auxmeth);
165 else if (meth->node_auxmeth != meth->auxmeth)
169 if (meth->node_auxmeth != METHOD_DEFAULT)
176 meth->node_auxmeth = meth->auxmeth;
H A Deplex_coin.h269 int meth, int auxmeth, int node_meth, int node_auxmeth);
H A Dcoinplex.cpp850 int node_meth, int node_auxmeth)
1600 int meth, int auxmeth, int node_meth, int node_auxmeth)
849 coin_set_solver_methods(lp_desc* lpd, int method, int auxmethod, int node_meth, int node_auxmeth) argument
1599 coin_solve_problem(lp_desc* lpd, int meth, int auxmeth, int node_meth, int node_auxmeth) argument
H A Deplex.c4625 meth.node_auxmeth = pw->val.nint;

Completed in 51 milliseconds