Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_orbitope.c1613 assert( lexmaxfixes != NULL ); in findLexMaxFace()
1630 if ( minfixed == -1 && lexmaxfixes[i][j - 1] != 0 && lexmaxfixes[i][j] != 1 ) in findLexMaxFace()
1638 … if ( minfixed == -1 && lexmaxfixes[i][j - 1] != lexmaxfixes[i][j] && lexmaxfixes[i][j] != 2 ) in findLexMaxFace()
1660 lexmaxfixes[i][j] = lexmaxfixes[i][j - 1]; in findLexMaxFace()
1702 int** lexmaxfixes; in propagateFullOrbitopeCons() local
1803 lexmaxfixes[i][j] = 0; in propagateFullOrbitopeCons()
1805 lexmaxfixes[i][j] = 1; in propagateFullOrbitopeCons()
1807 lexmaxfixes[i][j] = 2; in propagateFullOrbitopeCons()
1919 int** lexmaxfixes; in resolvePropagationFullOrbitope() local
2022 lexmaxfixes[i][j] = 0; in resolvePropagationFullOrbitope()
[all …]