Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dpresol_stuffing.c59 FIXATUB = 1 /**< fix variable at upper bound */ enumerator
299 varstofix[idx] = FIXATUB; in singletonColumnStuffing()
306 varstofix[idx] = FIXATUB; in singletonColumnStuffing()
442 else if( varstofix[v] == FIXATUB ) in SCIP_DECL_PRESOLEXEC()
H A Dpresol_dualcomp.c78 FIXATUB = 1 /**< fix variable at upper bound */ enumerator
461 varstofix[col] = FIXATUB; in compensateVarLock()
769 else if( varstofix[v] == FIXATUB ) in SCIP_DECL_PRESOLEXEC()
H A Dpresol_domcol.c94 FIXATUB = 1 /**< fix variable at upper bound */ enumerator
1487 varstofix[dominatingidx] = FIXATUB; in findFixings()
1499 varstofix[dominatingidx] = FIXATUB; in findFixings()
1523 varstofix[dominatingidx] = FIXATUB; in findFixings()
2356 else if( varstofix[v] == FIXATUB ) in SCIP_DECL_PRESOLEXEC()
H A Dpresol_dualinfer.c99 FIXATUB = 1 /** fix variable at its upper bound */ enumerator
2080 varstofix[i] = FIXATUB; in dualBoundStrengthening()
2272 else if( varstofix[i] == FIXATUB ) in SCIP_DECL_PRESOLEXEC()