All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
objprobdata.cpp
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
38 SCIP_Bool deleteobject; /**< should the user problem data object be deleted when problem is freed? */
89 SCIP_CALL( sourcedata->objprobdata->scip_trans(scip, &objprobdata, &deleteobject) ); /*lint !e40*/
123 /** solving process initialization method of transformed data (called before the branch and bound process begins) */
137 /** solving process deinitialization method of transformed data (called before the branch and bound data is freed) */
162 SCIP_CALL( sourcedata->objprobdata->scip_copy(scip, sourcescip, varmap, consmap, &objprobdata, global, result) ); /*lint !e40*/
190 /** creates empty problem, initializes all solving data structures, and sets the user problem data to point to the
197 SCIP_Bool deleteobject /**< should the user problem data object be deleted when problem is freed? */
|