Home
last modified time | relevance | path

Searched defs:checkintegrality (Results 1 – 10 of 10) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dscip_sol.c100 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in checkSolOrig()
3132 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPtrySol()
3238 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPtrySolFree()
3342 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPtryCurrentSol()
3447 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPcheckSol()
H A Dcons_conjunction.c223 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in checkAllConss()
H A Dprimal.c1496 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPprimalTrySol()
1566 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPprimalTrySolFree()
1639 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPprimalTryCurrentSol()
H A Dcons_disjunction.c292 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in checkCons()
H A Dscip_solve.c122 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in checkSolOrig()
H A Dcons_superindicator.c158 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in consdataCheckSuperindicator()
H A Dscip_cons.c2076 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPcheckCons()
H A Dsol.c1648 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPsolCheck()
H A Dcons.c3734 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPconshdlrCheck()
7289 SCIP_Bool checkintegrality, /**< Has integrality to be checked? */ in SCIPconsCheck()
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dconshdlr.pxi71 …def conscheck(self, constraints, solution, checkintegrality, checklprows, printreason, completely): argument
299 … SCIP_CONSHDLR* conshdlr, SCIP_CONS** conss, int nconss, SCIP_SOL* sol, SCIP_Bool checkintegrality,