Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/applications/CycleClustering/src/
H A Dbranch_multinode.c122 SCIP_CALL( SCIPchgVarLbNode(scip, node, binvars[row][k], 1.0) ); in branchOnBin()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dbranch_inference.c518 SCIP_CALL( SCIPchgVarLbNode(scip, upchild, bestvaluecand, uplb) ); in performBranching()
H A Dscip_var.h1767 SCIP_RETCODE SCIPchgVarLbNode(
H A Dcons_cardinality.c249 SCIP_CALL( SCIPchgVarLbNode(scip, node, var, 0.0) ); in fixVariableZeroNode()
1400 SCIP_CALL( SCIPchgVarLbNode(scip, node2, indvars[branchpos], 1.0) ); in branchUnbalancedCardinality()
1422 SCIP_CALL( SCIPchgVarLbNode(scip, node2, indvars[branchpos], 1.0) ); in branchUnbalancedCardinality()
H A Dcons_sos2.c179 SCIP_CALL( SCIPchgVarLbNode(scip, node, var, 0.0) ); in fixVariableZeroNode()
H A Dbranch_lookahead.c2618 SCIP_CALL( SCIPchgVarLbNode(scip, downchild, var, newlb) ); in branchOnVar()
2643 SCIP_CALL( SCIPchgVarLbNode(scip, upchild, var, newlb) ); in branchOnVar()
H A Dcons_sos1.c604 SCIP_CALL( SCIPchgVarLbNode(scip, node, var, 0.0) ); in fixVariableZeroNode()
5675 SCIP_CALL( SCIPchgVarLbNode(scip, node1, var, 1.0) ); in enforceConflictgraph()
5679 SCIP_CALL( SCIPchgVarLbNode(scip, node1, var, 1.5 * SCIPfeastol(scip)) ); in enforceConflictgraph()
H A Dcons_bounddisjunction.c1854 SCIP_CALL( SCIPchgVarLbNode(scip, node, var, bounds[v]) ); in createNAryBranch()
H A Dcons_setppc.c7655 SCIP_CALL( SCIPchgVarLbNode(scip, node, sortcands[0], 1.0) ); in branchLP()
7802 SCIP_CALL( SCIPchgVarLbNode(scip, node, branchcands[i], 1.0) ); in branchPseudo()
H A Dcons_soc.c2225 SCIP_CALL( SCIPchgVarLbNode(scip, NULL, bvars[0], ABS(alpha2 * offset2)) ); in presolveCreateBenTalNemirovskiApproxDim3()
H A Dcons_indicator.c4232 SCIP_CALL( SCIPchgVarLbNode(scip, node1, binvar, 1.0) ); in enforceIndicators()
H A Dscip_var.c4840 SCIP_RETCODE SCIPchgVarLbNode( in SCIPchgVarLbNode() function
/dports/math/py-PySCIPOpt/PySCIPOpt-3.0.2/src/pyscipopt/
H A Dscip.pxd689 SCIP_RETCODE SCIPchgVarLbNode(SCIP* scip, SCIP_NODE* node, SCIP_VAR* var, SCIP_Real newbound)
H A Dscip.pyx1608 PY_SCIP_CALL(SCIPchgVarLbNode(self._scip, node.scip_node, var.scip_var, lb))
H A Dscip.c88327 …__pyx_t_6 = __Pyx_PyInt_From_SCIP_RETCODE(SCIPchgVarLbNode(__pyx_v_self->_scip, __pyx_v_node->scip…