All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pub_relax.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
105 /** marks the current relaxation unsolved, s.t. the relaxation handler is called again in the next solving round */
SCIP_Real SCIPrelaxGetTime(SCIP_RELAX *relax) type definitions for miscellaneous datastructures SCIP_Real SCIPrelaxGetSetupTime(SCIP_RELAX *relax) type definitions for relaxators int SCIPrelaxGetFreq(SCIP_RELAX *relax) SCIP_Longint SCIPrelaxGetNCalls(SCIP_RELAX *relax) SCIP_Bool SCIPrelaxIsInitialized(SCIP_RELAX *relax) const char * SCIPrelaxGetName(SCIP_RELAX *relax) int SCIPrelaxGetPriority(SCIP_RELAX *relax) common defines and data types used in all packages of SCIP SCIP_RELAXDATA * SCIPrelaxGetData(SCIP_RELAX *relax) void SCIPrelaxMarkUnsolved(SCIP_RELAX *relax) const char * SCIPrelaxGetDesc(SCIP_RELAX *relax) SCIP_DECL_SORTPTRCOMP(SCIPrelaxComp) void SCIPrelaxSetData(SCIP_RELAX *relax, SCIP_RELAXDATA *relaxdata) |