24 #ifndef __SCIP_PUB_RELAX_H__ 25 #define __SCIP_PUB_RELAX_H__ SCIP_Bool SCIPrelaxIncludesLp(SCIP_RELAX *relax)
void SCIPrelaxSetIncludesLp(SCIP_RELAX *relax, SCIP_Bool includeslp)
SCIP_DECL_SORTPTRCOMP(SCIPrelaxComp)
type definitions for miscellaneous datastructures
SCIP_Longint SCIPrelaxGetNCalls(SCIP_RELAX *relax)
SCIP_Real SCIPrelaxGetTime(SCIP_RELAX *relax)
int SCIPrelaxGetPriority(SCIP_RELAX *relax)
const char * SCIPrelaxGetName(SCIP_RELAX *relax)
SCIP_RELAXDATA * SCIPrelaxGetData(SCIP_RELAX *relax)
void SCIPrelaxMarkUnsolved(SCIP_RELAX *relax)
type definitions for relaxators
int SCIPrelaxGetFreq(SCIP_RELAX *relax)
SCIP_Real SCIPrelaxGetSetupTime(SCIP_RELAX *relax)
const char * SCIPrelaxGetDesc(SCIP_RELAX *relax)
void SCIPrelaxSetData(SCIP_RELAX *relax, SCIP_RELAXDATA *relaxdata)
struct SCIP_RelaxData SCIP_RELAXDATA
SCIP_Bool SCIPrelaxIsInitialized(SCIP_RELAX *relax)
common defines and data types used in all packages of SCIP