Home
last modified time | relevance | path

Searched refs:checklprows (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dheur_simplerounding.c132 SCIP_Bool checklprows; in performSimpleRounding() local
138 checklprows = TRUE; in performSimpleRounding()
141 checklprows = FALSE; in performSimpleRounding()
153 SCIP_CALL( SCIPtrySol(scip, sol, FALSE, FALSE, FALSE, FALSE, checklprows, &stored) ); in performSimpleRounding()
160 SCIP_CALL( SCIPtrySol(scip, sol, FALSE, FALSE, TRUE, FALSE, checklprows, &stored) ); in performSimpleRounding()
H A Dscip_sol.h1258 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
1285 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
1305 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
1364 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
H A Dprimal.h254 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
277 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
299 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
H A Dscip_sol.c101 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkSolOrig() argument
166 checkintegrality, checklprows, printreason, completely, &result) ); in checkSolOrig()
194 checkintegrality, checklprows, printreason, &result) ); in checkSolOrig()
214 checkintegrality, checklprows, printreason, completely, &result) ); in checkSolOrig()
3133 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPtrySol() argument
3193 completely, checkbounds, checkintegrality, checklprows, stored) ); in SCIPtrySol()
3239 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPtrySolFree() argument
3304 sol, printreason, completely, checkbounds, checkintegrality, checklprows, stored) ); in SCIPtrySolFree()
3358 printreason, completely, checkintegrality, checklprows, stored) ); in SCIPtryCurrentSol()
3462 checklprows = checklprows || scip->set->misc_exactsolve; in SCIPcheckSol()
[all …]
H A Dprimal.c1497 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPprimalTrySol() argument
1514 checklprows = checklprows || set->misc_exactsolve; in SCIPprimalTrySol()
1522 checkintegrality, checklprows, &feasible) ); in SCIPprimalTrySol()
1567 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPprimalTrySolFree() argument
1586 checklprows = checklprows || set->misc_exactsolve; in SCIPprimalTrySolFree()
1594 checkintegrality, checklprows, &feasible) ); in SCIPprimalTrySolFree()
1640 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPprimalTryCurrentSol() argument
1652 printreason, completely, FALSE, checkintegrality, checklprows, stored) ); in SCIPprimalTryCurrentSol()
H A Dcons_conjunction.c224 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkAllConss() argument
248 …SCIP_CALL( SCIPcheckCons(scip, consdata->conss[i], sol, checkintegrality, checklprows, printreason… in checkAllConss()
392 …SCIP_CALL( checkAllConss(scip, conss, nconss, sol, checkintegrality, checklprows, printreason, com… in SCIP_DECL_CONSCHECK()
H A Dcons_disjunction.c293 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkCons() argument
321 SCIP_CALL( SCIPcheckCons(scip, conss[i], sol, checkintegrality, checklprows, FALSE, result) ); in checkCons()
583 … SCIP_CALL( checkCons(scip, conss[c], sol, checkintegrality, checklprows, printreason, &tmpres) ); in SCIP_DECL_CONSCHECK()
H A Dcons.h279 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
725 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
H A Dcons_superindicator.c159 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in consdataCheckSuperindicator() argument
186 …SCIP_CALL( SCIPcheckCons(scip, consdata->slackcons, sol, checkintegrality, checklprows, printreaso… in consdataCheckSuperindicator()
201 …SCIP_CALL( SCIPcheckCons(scip, consdata->slackcons, sol, TRUE, checklprows, TRUE, &testresultnotlp… in consdataCheckSuperindicator()
1334 …SCIP_CALL( consdataCheckSuperindicator(scip, consdata, sol, checkintegrality, checklprows, printre… in SCIP_DECL_CONSCHECK()
1338 …etHeur(sol) == NULL ? "NULL" : SCIPheurGetName(SCIPsolGetHeur(sol)), checkintegrality, checklprows, in SCIP_DECL_CONSCHECK()
H A Dtype_cons.h465 …SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool printreason, SCIP_Bool completely, SC…
H A Dsol.h343 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
H A Dscip_cons.h1428 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L…
H A Dcons_or.c776 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkCons() argument
793 mustcheck = checklprows; in checkCons()
1630 SCIP_CALL( checkCons(scip, conss[i], sol, checklprows, printreason, &violated) ); in SCIP_DECL_CONSCHECK()
H A Dsolve.c2988 SCIP_Bool checklprows; in solveNodeLP() local
2996 checklprows = FALSE; in solveNodeLP()
2998 checklprows = TRUE; in solveNodeLP()
3003 eventqueue, eventfilter, sol, FALSE, FALSE, TRUE, TRUE, checklprows, &stored) ); in solveNodeLP()
3010 checklprows, &feasible) ); in solveNodeLP()
3017 eventqueue, eventfilter, &sol, FALSE, FALSE, TRUE, TRUE, checklprows, &stored) ); in solveNodeLP()
H A Dscip_cons.c2077 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPcheckCons() argument
2084 …SCIP_CALL( SCIPconsCheck(cons, scip->set, sol, checkintegrality, checklprows, printreason, result)… in SCIPcheckCons()
H A Dscip_solve.c123 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkSolOrig() argument
188 checkintegrality, checklprows, printreason, completely, &result) ); in checkSolOrig()
216 checkintegrality, checklprows, printreason, &result) ); in checkSolOrig()
236 checkintegrality, checklprows, printreason, completely, &result) ); in checkSolOrig()
H A Dcons_varbound.c451 …SCIP_Bool checklprows /**< Do constraints represented by rows in the current L… in checkCons() argument
463 SCIPconsGetName(cons), (void*)sol, checklprows); in checkCons()
470 if( checklprows || consdata->row == NULL || !SCIProwIsInLP(consdata->row) ) in checkCons()
4422 if( !checkCons(scip, conss[i], sol, checklprows) ) in SCIP_DECL_CONSCHECK()
H A Dsol.c1649 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPsolCheck() argument
1743 checkintegrality, checklprows, printreason, completely, &result) ); in SCIPsolCheck()
H A Dcons_and.c1016 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkCons() argument
1033 mustcheck = checklprows; in checkCons()
4375 SCIP_CALL( checkCons(scip, conss[i], sol, checklprows, printreason, &violated) ); in SCIP_DECL_CONSCHECK()
H A Dcons_xor.c1819 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in checkCons() argument
1833 if( checklprows || !allRowsInLP(consdata) ) in checkCons()
5015 SCIP_CALL( checkCons(scip, conss[i], sol, checklprows, &violated) ); in SCIP_DECL_CONSCHECK()
H A Dcons.c3735 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPconshdlrCheck() argument
3766 sol, checkintegrality, checklprows, printreason, completely, result) ); in SCIPconshdlrCheck()
7290 …SCIP_Bool checklprows, /**< Do constraints represented by rows in the current L… in SCIPconsCheck() argument
7308 …SCIP_CALL( conshdlr->conscheck(set->scip, conshdlr, &cons, 1, sol, checkintegrality, checklprows, … 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
300 … SCIP_Bool checklprows, SCIP_Bool printreason, SCIP_Bool completely, SCIP_RESULT* result): argument
307 …result_dict = PyConshdlr.conscheck(constraints, solution, checkintegrality, checklprows, printreas…
H A Dscip.pxd798 …mpletely, SCIP_Bool checkbounds, SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool* sto…
799 …mpletely, SCIP_Bool checkbounds, SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool* sto…
810 …mpletely, SCIP_Bool checkbounds, SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool* fea…
924 …onss, int nconss, SCIP_SOL* sol, SCIP_Bool checkintegrality, SCIP_Bool checklprows, SCIP_Bool prin…
H A Dscip.pyx4014 …eason=True, completely=False, checkbounds=True, checkintegrality=True, checklprows=True, free=True…
4022 …:param checklprows: have current LP rows (both local and global) to be checked? (Default value = T…
4028 …scip, &solution.sol, printreason, completely, checkbounds, checkintegrality, checklprows, &stored))
4030 …_scip, solution.sol, printreason, completely, checkbounds, checkintegrality, checklprows, &stored))
4033 …eason=True, completely=False, checkbounds=True, checkintegrality=True, checklprows=True, original=…
4041 …:param checklprows: have current LP rows (both local and global) to be checked? (Default value = T…
4049 …cip, solution.sol, printreason, completely, checkbounds, checkintegrality, checklprows, &feasible))
/dports/math/SCIP/scip-7.0.3/src/objscip/
H A Dobjconshdlr.cpp354 checkintegrality, checklprows, printreason, completely, result) ); in SCIP_DECL_CONSCHECK()

12