Home
last modified time | relevance | path

Searched defs:SCIP_Prob (Results 1 – 1 of 1) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_prob.h39 struct SCIP_Prob struct
46 char* name; /**< problem name */
53 SCIP_PROBDATA* probdata; /**< user problem data set by the reader */
54 SCIP_HASHTABLE* varnames; /**< hash table storing variable's names */
60 int varssize; /**< available slots in vars array */
62 int nbinvars; /**< number of binary variables */
63 int nintvars; /**< number of general integer variables */
64 int nimplvars; /**< number of implicit integer variables */
65 int ncontvars; /**< number of continuous variables */
67 int fixedvarssize; /**< available slots in fixedvars array */
[all …]