Scippy

SCIP

Solving Constraint Integer Programs

pub_cutsel.h File Reference

Detailed Description

public methods for cut selectors

Author
Mark Turner
Felipe Serrano

Definition in file pub_cutsel.h.

#include "scip/def.h"
#include "scip/type_misc.h"
#include "scip/type_cutsel.h"

Go to the source code of this file.

Functions

const char * SCIPcutselGetName (SCIP_CUTSEL *cutsel)
 
SCIP_CUTSELDATASCIPcutselGetData (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_DECL_SORTPTRCOMP (SCIPcutselComp)