Home
last modified time | relevance | path

Searched refs:SCIPmatrixGetCons (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_redvub.c293 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vubs[j]), NULL)); in detectDominatingVubs()
310 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vubs[i]), NULL)); in detectDominatingVubs()
400 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vlbs[j]), NULL)); in detectDominatingVlbs()
417 SCIP_CALL( SCIPprintCons(scip, SCIPmatrixGetCons(matrix, vlbs[i]), NULL)); in detectDominatingVlbs()
657 cons = SCIPmatrixGetCons(matrix, r); in SCIP_DECL_PRESOLEXEC()
H A Dpub_matrix.h218 SCIP_CONS* SCIPmatrixGetCons(
269 #define SCIPmatrixGetCons(matrix,row) (matrix->cons[row]) macro
H A Dpresol_sparsify.c196 cancelcons = SCIPmatrixGetCons(matrix, rowidx); in cancelRow()
590 SCIP_CALL( SCIPdelCons(scip, SCIPmatrixGetCons(matrix, rowidx)) ); in cancelRow()
944 assert(SCIPmatrixGetCons(matrix, rowidx) != NULL); in SCIP_DECL_PRESOLEXEC()
945 …if( !presoldata->cancellinear && SCIPconsGetHdlr(SCIPmatrixGetCons(matrix, rowidx)) == linearhdlr ) in SCIP_DECL_PRESOLEXEC()
H A Dpresol_milp.cpp422 SCIP_CONS* c = SCIPmatrixGetCons(matrix, res.postsolve.origrow_mapping[i]); in SCIP_DECL_PRESOLEXEC()
432 SCIP_CALL( SCIPdelCons(scip, SCIPmatrixGetCons(matrix, i)) ); in SCIP_DECL_PRESOLEXEC()
458 SCIP_CONS* oldcons = SCIPmatrixGetCons(matrix, res.postsolve.origrow_mapping[i]); in SCIP_DECL_PRESOLEXEC()
H A Dmatrix.c1525 #undef SCIPmatrixGetCons
1820 SCIP_CONS* SCIPmatrixGetCons( in SCIPmatrixGetCons() function
H A Dpresol_dualinfer.c2317 cons = SCIPmatrixGetCons(matrix,i); in SCIP_DECL_PRESOLEXEC()