Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_setppc.c210 if( consdata1->setppctype < consdata2->setppctype || in setppcCompare()
218setppctype > consdata2->setppctype || (consdata1->setppctype == SCIP_SETPPCTYPE_PARTITIONING && co… in setppcCompare()
272 if( consdata1->setppctype < consdata2->setppctype || in setppcCompare2()
281 …assert(consdata1->setppctype > consdata2->setppctype || ((consdata1->setppctype == consdata2->setp… in setppcCompare2()
659 (*consdata)->setppctype = setppctype; /*lint !e641*/ in consdataCreate()
831 if( (SCIP_SETPPCTYPE)consdata->setppctype == setppctype ) in setSetppcType()
869 consdata->setppctype = setppctype; /*lint !e641*/ in setSetppcType()
1324 setppctype = (SCIP_SETPPCTYPE)consdata->setppctype; in dualPresolving()
1330 switch( setppctype ) in dualPresolving()
6345 …if( consdata1->setppctype != SCIP_SETPPCTYPE_PARTITIONING && consdata0->setppctype != consdata1->s… in detectRedundantConstraints()
[all …]