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

/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.h24 #define PROBLEM_MIP 1 macro
46 #define IsMIPProb(t) ((t) == PROBLEM_MIP || (t) == PROBLEM_MIQP)
H A Deplex_xpress.c125 case PROBLEM_MIP:
406 case PROBLEM_MIP:
850 lpd->prob_type = (nmips == 0 ? PROBLEM_LP : PROBLEM_MIP);
H A Dcoinplex.cpp1637 case PROBLEM_MIP:
1761 if (model->numberIntegers() > 0) return PROBLEM_MIP;
1769 if (lp->Solver->isInteger(i)) return PROBLEM_MIP;
1912 if (lpd->prob_type == PROBLEM_MIP)
H A Deplex_coin.h156 # define CPXPROB_MILP PROBLEM_MIP
H A Deplex_gurobi.c639 lpd->prob_type = mip ? ( qp ? PROBLEM_MIQP : PROBLEM_MIP )
H A Deplex_cplex.c370 case PROBLEM_MIP:
772 lpd->prob_type = PROBLEM_MIP;
H A Deplex.c1603 case PROBLEM_MIP:
1918 lpd->prob_type = PROBLEM_MIP;
1932 case PROBLEM_MIP:
1985 case PROBLEM_MIP:
2980 case PROBLEM_MIP:
3581 lpd->prob_type = PROBLEM_MIP;
3589 case PROBLEM_MIP:
3916 lpd->prob_type = PROBLEM_MIP;

Completed in 163 milliseconds