All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_SparseSol Struct Reference Detailed Descriptiondata structure for sparse solutions Definition at line 36 of file struct_misc.h.
Field Documentation
variables Definition at line 38 of file struct_misc.h. Referenced by collectSolution(), and SCIPsparseSolGetVars().
array of lower bounds Definition at line 39 of file struct_misc.h. Referenced by SCIPsparseSolGetLbs().
array of upper bounds Definition at line 40 of file struct_misc.h. Referenced by SCIPsparseSolGetUbs().
number of variables Definition at line 41 of file struct_misc.h. Referenced by SCIPsparseSolGetNVars(). |