Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstruct_cons.h117 struct SCIP_Conshdlr struct
144 char* name; /**< name of constraint handler */
178 SCIP_CONSHDLRDATA* conshdlrdata; /**< constraint handler data */
213 int consssize; /**< size of conss array */
214 int nconss; /**< total number of constraints */
218 int initconsssize; /**< size of initconss array */
223 int sepaconsssize; /**< size of sepaconss array */
226 int enfoconsssize; /**< size of enfoconss array */
229 int checkconsssize; /**< size of checkconss array */
232 int propconsssize; /**< size of propconss array */
[all …]