Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbisack.c246 int nsetppcvars; in packingUpgrade() local
259 nsetppcvars = SCIPgetNVarsSetppc(scip, setppcconss[c]); in packingUpgrade()
260 assert( nsetppcvars > 0 ); in packingUpgrade()
263 if ( nsetppcvars != 2 ) in packingUpgrade()
265 assert( nsetppcvars == 2 ); in packingUpgrade()
319 int nsetppcvars; in packingUpgrade() local
331 nsetppcvars = SCIPgetNVarsSetppc(scip, setppcconss[c]); in packingUpgrade()
334 if ( nsetppcvars == 0 ) in packingUpgrade()
336 assert( nsetppcvars > 0 ); in packingUpgrade()
342 for (j = 0; j < nsetppcvars && nfound < 2; ++j) in packingUpgrade()
H A Dpresol_gateextraction.c1460 int nsetppcvars; in SCIP_DECL_PRESOLEXEC() local
1498 nsetppcvars = SCIPgetNVarsSetppc(scip, setppc); in SCIP_DECL_PRESOLEXEC()
1500 if( nsetppcvars < 2 ) in SCIP_DECL_PRESOLEXEC()
1507 if( nsetppcvars > size ) in SCIP_DECL_PRESOLEXEC()
1514 for( v = nsetppcvars - 1; v >= 0; --v ) in SCIP_DECL_PRESOLEXEC()
1534 SCIPsortPtr((void**)activevarssetppc, SCIPvarComp, nsetppcvars); in SCIP_DECL_PRESOLEXEC()
1539 …lockMemoryArray(scip, &(setppchashdatas[nsetppchashdatas]->vars), activevarssetppc, nsetppcvars) ); in SCIP_DECL_PRESOLEXEC()
1541 setppchashdatas[nsetppchashdatas]->nvars = nsetppcvars; in SCIP_DECL_PRESOLEXEC()
H A Dcons_symresack.c370 int nsetppcvars; in packingUpgrade() local
382 nsetppcvars = SCIPgetNVarsSetppc(scip, setppcconss[c]); in packingUpgrade()
385 if ( nsetppcvars == 0 ) in packingUpgrade()
387 assert( nsetppcvars > 0 ); in packingUpgrade()
393 for (j = 0; j < nsetppcvars && nfound < cyclelength; ++j) in packingUpgrade()
H A Dcons_orbitope.c392 int nsetppcvars; in strengthenOrbitopeConstraint() local
403 nsetppcvars = SCIPgetNVarsSetppc(scip, setppcconss[c]); in strengthenOrbitopeConstraint()
406 if ( nsetppcvars < ncols ) in strengthenOrbitopeConstraint()
413 nvarsinorbitope = nsetppcvars; in strengthenOrbitopeConstraint()
419 for (i = 0; i < nsetppcvars && nvarsinorbitope >= ncols; ++i) in strengthenOrbitopeConstraint()
440 …if ( covered[rowidx] == 2 || (covered[rowidx] == 1 && (nsetppcvars > ncols || nrowintersect > 1)) ) in strengthenOrbitopeConstraint()
456 … && nrowintersect == 1 && rowcoveragesetppc[rowsinsetppc[0]] == ncols && nsetppcvars == ncols ) in strengthenOrbitopeConstraint()