Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_knapsack.c10897 SCIP_VAR** poscliquevars; in addNegatedCliques() local
10954 SCIP_CALL( SCIPallocBufferArray(scip, &poscliquevars, nvars) ); in addNegatedCliques()
11004 poscliquevars[nposcliquevars] = consdata->vars[w]; in addNegatedCliques()
11021 SCIP_CALL( SCIPgetNegatedVar(scip, poscliquevars[v], &cliquevars[0]) ); in addNegatedCliques()
11038 SCIP_CALL( SCIPgetNegatedVar(scip, poscliquevars[w], &cliquevars[ncliquevars]) ); in addNegatedCliques()
11059 … SCIP_CALL( SCIPgetNegatedVar(scip, poscliquevars[w], &cliquevars[ncliquevars - 1]) ); in addNegatedCliques()
11078 SCIPfreeBufferArray(scip, &poscliquevars); in addNegatedCliques()
11216 SCIP_VAR** poscliquevars; in addCliques() local
11257 SCIP_CALL( SCIPallocBufferArray(scip, &poscliquevars, nvars) ); in addCliques()
11315 poscliquevars[nposcliquevars] = consdata->vars[i]; in addCliques()
[all …]