All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprobdata.cpp File Reference Detailed DescriptionC++ wrapper for user problem data. Definition in file objprobdata.cpp. Go to the source code of this file.
Function Documentation
frees user data of original problem (called when the original problem is freed) Definition at line 53 of file objprobdata.cpp.
frees user data of transformed problem (called when the transformed problem is freed) Definition at line 102 of file objprobdata.cpp.
solving process initialization method of transformed data (called before the branch and bound process begins) Definition at line 125 of file objprobdata.cpp.
solving process deinitialization method of transformed data (called before the branch and bound data is freed) Definition at line 139 of file objprobdata.cpp.
copies user data if you want to copy it to a subscip Definition at line 152 of file objprobdata.cpp. References NULL, SCIP_CALL, SCIP_DIDNOTRUN, SCIP_OKAY, SCIP_SUCCESS, and TRUE.
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(). |