Home
last modified time | relevance | path

Searched refs:andconshdlr (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_relpscost.c416 SCIP_CONSHDLR* andconshdlr; in countNonlinearities() local
442 andconshdlr = SCIPfindConshdlr(scip, "and"); in countNonlinearities()
443 if( andconshdlr != NULL ) in countNonlinearities()
447 for( c = 0; c < SCIPconshdlrGetNActiveConss(andconshdlr); c++ ) in countNonlinearities()
457 andcons = SCIPconshdlrGetConss(andconshdlr)[c]; in countNonlinearities()
H A Dreader_mps.c4020 SCIP_CONSHDLR* andconshdlr = SCIPfindConshdlr(scip, "and"); in SCIPwriteMps() local
4022 if( andconshdlr != NULL ) in SCIPwriteMps()