Searched refs:IsQPProb (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h47 #define IsQPProb(t) ((t) == PROBLEM_QP || (t) == PROBLEM_MIQP) macro
H A Deplex_xpress.c93 if (IsQPProb(lpd->prob_type))
158 if (IsQPProb(lpd->prob_type))
579 meth->meth = IsQPProb(lpd->prob_type) ? METHOD_BAR : METHOD_DUAL;
H A Deplex.c1102 i = IsQPProb(lpd->prob_type) ? CPXgetnumqpnz(cpx_env, lpd->lp) : 0;
4045 if IsQPProb(lpd->prob_type)

Completed in 47 milliseconds