Scippy

SCIP

Solving Constraint Integer Programs

pub_nodesel.h File Reference

Detailed Description

public methods for node selectors

Author
Tobias Achterberg

Definition in file pub_nodesel.h.

#include "scip/def.h"
#include "scip/type_nodesel.h"

Go to the source code of this file.

Functions

SCIP_EXPORT const char * SCIPnodeselGetName (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT const char * SCIPnodeselGetDesc (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT int SCIPnodeselGetStdPriority (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT int SCIPnodeselGetMemsavePriority (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT SCIP_NODESELDATASCIPnodeselGetData (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT void SCIPnodeselSetData (SCIP_NODESEL *nodesel, SCIP_NODESELDATA *nodeseldata)
 
SCIP_EXPORT SCIP_Bool SCIPnodeselIsInitialized (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT SCIP_Real SCIPnodeselGetSetupTime (SCIP_NODESEL *nodesel)
 
SCIP_EXPORT SCIP_Real SCIPnodeselGetTime (SCIP_NODESEL *nodesel)