Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpub_lp.h205 SCIP_BOUNDTYPE SCIPboundtypeOpposite(
237 #define SCIPboundtypeOpposite(boundtype) \ macro
H A Devent_globalbnd.c195 boundtype = scalar < 0.0 ? SCIPboundtypeOpposite(boundtype) : boundtype; in SCIP_DECL_EVENTEXEC()
H A Dcons_bounddisjunction.c1254 …SCIP_CALL( SCIPaddConflictBd(scip, consdata->vars[v], SCIPboundtypeOpposite(consdata->boundtypes[v… in analyzeConflict()
2879 … SCIP_CALL( SCIPaddConflictBd(scip, vars[v], SCIPboundtypeOpposite(boundtypes[v]), bdchgidx) ); in SCIP_DECL_CONSRESPROP()
3317 boundtype = SCIPboundtypeOpposite(SCIPbdchginfoGetBoundtype(bdchginfos[i])); in SCIP_DECL_CONFLICTEXEC()
3561 assert(vars[v1] != vars[v2] || (SCIPboundtypeOpposite(boundtypes[v1]) == boundtypes[v2] in SCIPcreateConsBounddisjunction()
H A Dconflict.c2313 isupper = (SCIP_Bool) SCIPboundtypeOpposite(SCIPbdchginfoGetBoundtype(bdchginfos[v])); in detectImpliedBounds()
2361 boundtypes[v] = (SCIP_Bool) SCIPboundtypeOpposite(SCIPbdchginfoGetBoundtype(bdchginfos[v])); in detectImpliedBounds()
3470 boundtype = SCIPboundtypeOpposite((SCIP_BOUNDTYPE) conflictset->bdchginfos[0]->boundtype); in conflictAddConflictCons()
4318 (*boundtype) = SCIPboundtypeOpposite(*boundtype); in convertToActiveVar()
4424 (scalars[i] < 0.0 ? SCIPboundtypeOpposite(boundtype) : boundtype), bdchgidx) ); in SCIPconflictAddBound()
5191 oppositeuipboundtype = SCIPboundtypeOpposite(SCIPbdchginfoGetBoundtype(uip)); in conflictCreateReconvergenceConss()
H A Dcons_indicator.c704 … if ( SCIPboundtypeOpposite(SCIPbdchginfoGetBoundtype(bdchginfos[i])) != SCIP_BOUNDTYPE_LOWER ) in SCIP_DECL_CONFLICTEXEC()
H A Dlp.c16761 #undef SCIPboundtypeOpposite
17067 SCIP_BOUNDTYPE SCIPboundtypeOpposite( in SCIPboundtypeOpposite() function