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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex_cplex.c37 if (meth->meth == METHOD_DEFAULT) meth->meth = METHOD_DUAL;
38 if (meth->node_meth == METHOD_DEFAULT) meth->node_meth = METHOD_DUAL;
87 meth->auxmeth = METHOD_DEFAULT;
88 case METHOD_DEFAULT:
108 meth->meth = METHOD_DEFAULT;
110 case METHOD_DEFAULT:
113 case METHOD_DEFAULT:
152 meth->auxmeth = METHOD_DEFAULT;
153 case METHOD_DEFAULT:
161 if (meth->meth != METHOD_SIFT || meth->auxmeth == METHOD_DEFAULT)
[all...]
H A Deplex_gurobi.c246 if (meth->meth != METHOD_DEFAULT)
256 if (meth->auxmeth != METHOD_DEFAULT)
272 if (meth->auxmeth != METHOD_DEFAULT)
294 if (meth->node_meth != METHOD_DEFAULT)
301 if (meth->meth != METHOD_BAR && meth->node_auxmeth != METHOD_DEFAULT)
317 if (meth->meth != METHOD_SIFT && meth->node_auxmeth != METHOD_DEFAULT)
H A Deplex.h32 #define METHOD_DEFAULT (-1) /* correspond to cplex_crossover_codes/3 */ macro
H A Deplex_cplex.h181 meth = METHOD_DEFAULT; \
182 case METHOD_DEFAULT: \
H A Deplex_xpress.c90 case METHOD_DEFAULT: meth->meth_string = ""; break;
113 case METHOD_DEFAULT:
148 meth->meth = METHOD_DEFAULT;
155 case METHOD_DEFAULT: meth->node_meth_string = "g"; break;
174 meth->node_meth = METHOD_DEFAULT;
568 if (meth->meth == METHOD_DEFAULT)
H A Deplex_coin.c166 if (meth->meth == METHOD_DEFAULT)
H A Dcoinplex.cpp404 // falls through if METHOD_DEFAULT
492 case METHOD_DEFAULT:
509 case METHOD_DEFAULT:
545 if (meth != METHOD_DEFAULT) {
1620 case METHOD_DEFAULT:
1650 if (node_meth != METHOD_DEFAULT) {

Completed in 55 milliseconds