Searched refs:node_meth (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h262 int node_meth; 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_cplex.c38 if (meth->node_meth == METHOD_DEFAULT) meth->node_meth = METHOD_DUAL;
120 switch (meth->node_meth)
185 meth->node_meth = METHOD_DEFAULT;
194 meth->node_meth = METHOD_DUAL;
H A Deplex_gurobi.c294 if (meth->node_meth != METHOD_DEFAULT)
296 switch(meth->node_meth)
H A Deplex_xpress.c85 /* meth, auxmeth, node_meth are kept upto-date as they may be required
153 switch (meth->node_meth)
165 meth->node_meth = METHOD_PRIMAL;
174 meth->node_meth = METHOD_DEFAULT;
H A Dcoinplex.cpp850 int node_meth, int node_auxmeth)
1600 int meth, int auxmeth, int node_meth, int node_auxmeth)
1650 if (node_meth != METHOD_DEFAULT) {
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_coin.h269 int meth, int auxmeth, int node_meth, int node_auxmeth);
H A Deplex.c4621 meth.node_meth = pw->val.nint;

Completed in 172 milliseconds