Searched refs:SENSE_MAX (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h44 #define SENSE_MAX (-1) macro
H A Deplex_coin.h162 # define CPX_MAX SENSE_MAX
H A Deplex_gurobi.c634 lpd->sense = sen == GRB_MINIMIZE ? SENSE_MIN : SENSE_MAX;
H A Deplex_cplex.c765 lpd->sense = CPXgetobjsen(cpx_env, lpd->lp) == CPX_MIN ? SENSE_MIN : SENSE_MAX;
H A Dcoinplex.cpp1740 return (lp->Solver->getObjSense() == 1 ? SENSE_MIN : SENSE_MAX);

Completed in 37 milliseconds