Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_xor.c1190 SCIP_VAR* varsn = NULL; in addExtendedFlowFormulation() local
1256 SCIP_CALL( SCIPaddVar(scip, varsn) ); in addExtendedFlowFormulation()
1283 SCIP_CALL( SCIPaddVar(scip, varsn) ); in addExtendedFlowFormulation()
1291 SCIP_CALL( SCIPlockVarCons(scip, varsn, cons, TRUE, TRUE) ); in addExtendedFlowFormulation()
1301 if ( varsn != NULL ) in addExtendedFlowFormulation()
1303 vars[cnt] = varsn; in addExtendedFlowFormulation()
1342 if ( varsn != NULL ) in addExtendedFlowFormulation()
1344 vars[cnt] = varsn; in addExtendedFlowFormulation()
1404 consdata->extvars[4*i + 2] = varsn; /*lint !e679*/ in addExtendedFlowFormulation()
1411 if ( varsn != NULL ) in addExtendedFlowFormulation()
[all …]
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/lib/
H A Dcodegen.gi2233 local i, G, n, C, j, k, varsn,varsd, vars, F, ValueExtended;
2239 #if (varsn=[] and varsd=[]) then return f; fi;
/dports/math/giacxcas/giac-1.6.0/src/
H A Dthreaded.cc686 std::vector<hashgcd_U> varsn(vars); in pp_mod()
687 varsn.pop_back(); in pp_mod()
695 …if (ctrl_c || interrupted || !mod_gcd(pcont,vp[i],pminptr,modulo,varsn,pcont,pcof,qcof,false,nthre… in pp_mod()