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:
Referenced by scip::ObjProbData::scip_copy().
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.
Referenced by scip::ObjProbData::scip_copy(). |