Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dprop_vbounds.c585 int ncliquevars; in extractCycle() local
631 for( v = 0; v < ncliquevars; ++v ) in extractCycle()
638 for( v = 0; v < ncliquevars; ++v ) in extractCycle()
643 assert(v < ncliquevars); in extractCycle()
887 int ncliquevars; in dfs() local
893 for( i = 0; i < ncliquevars; ++i ) in dfs()
2004 int ncliquevars; in propagateVbounds() local
2327 int ncliquevars; in tarjan() local
2361 int ncliquevars; in tarjan() local
2375 for( int v = 0; v < ncliquevars; ++v ) in tarjan()
[all …]
H A Dheur_clique.c140 int ncliquevars; in getCliqueUnfixedVars() local
144 ncliquevars = SCIPcliqueGetNVars(clique); in getCliqueUnfixedVars()
147 for( v = 0; v < ncliquevars; ++v ) in getCliqueUnfixedVars()
184 int ncliquevars; in applyCliqueFixings() local
272 ncliquevars = SCIPcliqueGetNVars(clique); in applyCliqueFixings()
276 for( v = 0; v < ncliquevars; ++v ) in applyCliqueFixings()
354 for( ; v < ncliquevars; ++v ) in applyCliqueFixings()
376 assert(bestpos <= ncliquevars); in applyCliqueFixings()
H A Dsepa_oddcycle.c431 unsigned int ncliquevars; in isNeighbor() local
486 for( j = 0; j < ncliquevars; ++j ) in isNeighbor()
1424 unsigned int ncliquevars; in addNextLevelCliques() local
1480 assert(cliquevars != NULL || ncliquevars == 0); in addNextLevelCliques()
1481 assert(cliquevals != NULL || ncliquevars == 0); in addNextLevelCliques()
1483 for( k = 0; k < ncliquevars; ++k ) in addNextLevelCliques()
1598 unsigned int ncliquevars; in insertSortedRootNeighbors() local
1647 for( k = 0; k < ncliquevars; ++k ) in insertSortedRootNeighbors()
2868 assert(cliquevars != NULL || ncliquevars == 0); in addGLSCliques()
2869 assert(cliquevals != NULL || ncliquevars == 0); in addGLSCliques()
[all …]
H A Dcons_knapsack.c2100 int ncliquevars; in GUBsetCalcCliquePartition() local
2176 ncliquevars = 1; in GUBsetCalcCliquePartition()
9993 int ncliquevars; in tightenWeightsLift() local
10908 int ncliquevars; in addNegatedCliques() local
11022 ncliquevars = 1; in addNegatedCliques()
11039 ++ncliquevars; in addNegatedCliques()
11103 int ncliquevars; in greedyCliqueAlgorithm() local
11114 ncliquevars = 1; in greedyCliqueAlgorithm()
11121 ++ncliquevars; in greedyCliqueAlgorithm()
11124 if( ncliquevars > 1 ) in greedyCliqueAlgorithm()
[all …]
H A Dheur_vbounds.c304 int ncliquevars; in dfs() local
334 ncliquevars = SCIPcliqueGetNVars(cliques[j]); in dfs()
336 for( i = 0; i < ncliquevars; ++i ) in dfs()
354 if( i < ncliquevars - 1 ) in dfs()
H A Dscip_var.c7127 int ncliquevars; in calcCliquePartitionGreedy() local
7150 ncliquevars = 1; in calcCliquePartitionGreedy()
7164 for( k = ncliquevars - 1; k >= 0; --k ) in calcCliquePartitionGreedy()
7174 cliquevars[ncliquevars] = vars[j]; in calcCliquePartitionGreedy()
7175 cliquevalues[ncliquevars] = values[j]; in calcCliquePartitionGreedy()
7176 ++ncliquevars; in calcCliquePartitionGreedy()