public methods for relaxation handlers
Definition in file pub_relax.h.
Go to the source code of this file.
Functions | |
SCIP_DECL_SORTPTRCOMP (SCIPrelaxComp) | |
SCIP_DECL_SORTPTRCOMP (SCIPrelaxCompName) | |
SCIP_RELAXDATA * | SCIPrelaxGetData (SCIP_RELAX *relax) |
void | SCIPrelaxSetData (SCIP_RELAX *relax, SCIP_RELAXDATA *relaxdata) |
const char * | SCIPrelaxGetName (SCIP_RELAX *relax) |
const char * | SCIPrelaxGetDesc (SCIP_RELAX *relax) |
int | SCIPrelaxGetPriority (SCIP_RELAX *relax) |
int | SCIPrelaxGetFreq (SCIP_RELAX *relax) |
SCIP_Bool | SCIPrelaxIncludesLp (SCIP_RELAX *relax) |
void | SCIPrelaxSetIncludesLp (SCIP_RELAX *relax, SCIP_Bool includeslp) |
SCIP_Real | SCIPrelaxGetSetupTime (SCIP_RELAX *relax) |
SCIP_Real | SCIPrelaxGetTime (SCIP_RELAX *relax) |
SCIP_Longint | SCIPrelaxGetNCalls (SCIP_RELAX *relax) |
SCIP_Bool | SCIPrelaxIsInitialized (SCIP_RELAX *relax) |
void | SCIPrelaxMarkUnsolved (SCIP_RELAX *relax) |