pub_cutsel.h File Reference
Detailed Description
public methods for cut selectors
Definition in file pub_cutsel.h.
Go to the source code of this file.
Functions | |
const char * | SCIPcutselGetName (SCIP_CUTSEL *cutsel) |
SCIP_CUTSELDATA * | SCIPcutselGetData (SCIP_CUTSEL *cutsel) |
const char * | SCIPcutselGetDesc (SCIP_CUTSEL *cutsel) |
int | SCIPcutselGetPriority (SCIP_CUTSEL *cutsel) |
void | SCIPcutselSetData (SCIP_CUTSEL *cutsel, SCIP_CUTSELDATA *cutseldata) |
SCIP_Bool | SCIPcutselIsInitialized (SCIP_CUTSEL *cutsel) |
SCIP_Real | SCIPcutselGetSetupTime (SCIP_CUTSEL *cutsel) |
SCIP_Real | SCIPcutselGetTime (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNCalls (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNRootCalls (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNRootCuts (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNRootForcedCuts (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNRootCutsFiltered (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNLocalCuts (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNLocalForcedCuts (SCIP_CUTSEL *cutsel) |
SCIP_Longint | SCIPcutselGetNLocalCutsFiltered (SCIP_CUTSEL *cutsel) |
SCIP_DECL_SORTPTRCOMP (SCIPcutselComp) | |