Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_opb.c2974 SCIP_VAR***const termvars, /**< term array with array of variables to print */ in printPBRow() argument
2996 assert(termvars != NULL || ntermvals == 0); in printPBRow()
3078 var = termvars[t][v]; /*lint !e613 */ in printPBRow()
3110 SCIP_VAR***const termvars, /**< term array with array of variables to print */ in printPseudobooleanCons() argument
3134 assert(termvars != NULL || 0 == ntermvals); in printPseudobooleanCons()
3163 assert(termvars != NULL); in printPseudobooleanCons()
3644 SCIP_VAR*** termvars; in writeOpbConstraints() local
3660 SCIP_CALL( SCIPallocBufferArray(scip, &termvars, termvarssize) ); in writeOpbConstraints()
3668 termvars[t] = SCIPgetVarsAnd(scip, andconss[t]); in writeOpbConstraints()
3683 termvars, ntermvars, andcoefs, termvarssize, SCIPgetIndVarPseudoboolean(scip, cons), in writeOpbConstraints()
[all …]
H A Dcons_pseudoboolean.c5590 SCIP_VAR** termvars; in checkSolution() local
5648 termvars = consanddata->newvars; in checkSolution()
5653 termvars = consanddata->vars; in checkSolution()
5656 assert(ntermvars > 0 && termvars != NULL); in checkSolution()
5661 SCIP_CALL( SCIPgetBinvarRepresentatives(scip, ntermvars, termvars, repvars, negated) ); in checkSolution()
/dports/science/afni/afni-AFNI_21.3.16/src/matlab/
H A DPreProc.m107 termvars = cell(nterms, 1); % list of vars in each term variable
172 termvars{sj} = vars;
/dports/math/R-cran-lme4/lme4/R/
H A Dpredict.R219 termvars <- unique(unlist(lapply(findbars(formula(object,random.only=TRUE)), functionVar
222 names(orig.random.cntr), termvars, names(rfd)))) {