All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprobdata.h File Reference Detailed DescriptionC++ wrapper for user problem data. Definition in file objprobdata.h. Go to the source code of this file.
Function Documentation
creates empty problem, initializes all solving data structures, and sets the user problem data to point to the given user data object The method should be called in one of the following ways:
creates empty problem, initializes all solving data structures, and sets the user problem data to point to the given user data object
Definition at line 193 of file objprobdata.cpp. References SCIP_CALL, SCIP_OKAY, and SCIPcreateProb().
gets user problem data object Warning! This method should only be called after a problem was created with SCIPcreateObjProb(). Otherwise, a segmentation fault may arise, or an undefined pointer is returned.
Definition at line 218 of file objprobdata.cpp. References NULL, and SCIPgetProbData(). |