Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dvar.c3841 int ntmpvars; in SCIPvarGetActiveRepresentatives() local
3930 ntmpvars = 0; in SCIPvarGetActiveRepresentatives()
3948 ++ntmpvars; in SCIPvarGetActiveRepresentatives()
3958 --ntmpvars; in SCIPvarGetActiveRepresentatives()
5359 int ntmpvars; in SCIPvarMultiaggregate() local
11798 int ntmpvars; in SCIPvarsGetActiveVars() local
11843 --ntmpvars; in SCIPvarsGetActiveVars()
11857 ++ntmpvars; in SCIPvarsGetActiveVars()
11862 ++ntmpvars; in SCIPvarsGetActiveVars()
11867 ++ntmpvars; in SCIPvarsGetActiveVars()
[all …]
H A Dreader_opb.c842 int ntmpvars; in readCoefficients() local
934 ntmpvars = 0; in readCoefficients()
1032 if( ntmpvars > 1 ) in readCoefficients()
1041 for( v = 0; v < ntmpvars; ++v ) in readCoefficients()
1065 (*ntermvars)[*ntermcoefs] = ntmpvars; in readCoefficients()
1068 for( --ntmpvars; ntmpvars >= 0; --ntmpvars ) in readCoefficients()
1070 (*terms)[*ntermcoefs][ntmpvars] = tmpvars[ntmpvars]; in readCoefficients()
1089 ntmpvars = 0; in readCoefficients()
1093 assert(ntmpvars == 1); in readCoefficients()
1126 ntmpvars = 0; in readCoefficients()
[all …]
H A Dscip_var.c615 int ntmpvars = 0; in SCIPparseVarsList() local
645 if( ntmpvars < varssize ) in SCIPparseVarsList()
646 tmpvars[ntmpvars] = var; in SCIPparseVarsList()
648 ntmpvars++; in SCIPparseVarsList()
660 if( (*success) && ntmpvars <= varssize ) in SCIPparseVarsList()
662 for( v = 0; v < ntmpvars; ++v ) in SCIPparseVarsList()
665 (*nvars) = ntmpvars; in SCIPparseVarsList()
670 (*requiredsize) = ntmpvars; in SCIPparseVarsList()
H A Dcons_pseudoboolean.c1046 int ntmpvars; in transformToOrig() local
1056 ntmpvars = consanddata->nvars; in transformToOrig()
1059 for( v = ntmpvars - 1; v >= 0; --v ) in transformToOrig()
1070 ntmpvars = consanddata->nnewvars; in transformToOrig()
1073 for( v = ntmpvars - 1; v >= 0; --v ) in transformToOrig()
1574 int ntmpvars; in consdataFree() local
1582 ntmpvars = consanddatas[c]->nvars; in consdataFree()
1585 for( v = ntmpvars - 1; v >= 0; --v ) in consdataFree()