Scippy

SCIP

Solving Constraint Integer Programs

pub_sepa.h File Reference

Detailed Description

public methods for separators

Author
Tobias Achterberg

Definition in file pub_sepa.h.

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

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPsepaComp)
 
SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPsepaCompName)
 
SCIP_EXPORT SCIP_SEPADATASCIPsepaGetData (SCIP_SEPA *sepa)
 
SCIP_EXPORT void SCIPsepaSetData (SCIP_SEPA *sepa, SCIP_SEPADATA *sepadata)
 
SCIP_EXPORT const char * SCIPsepaGetName (SCIP_SEPA *sepa)
 
SCIP_EXPORT const char * SCIPsepaGetDesc (SCIP_SEPA *sepa)
 
SCIP_EXPORT int SCIPsepaGetPriority (SCIP_SEPA *sepa)
 
SCIP_EXPORT int SCIPsepaGetFreq (SCIP_SEPA *sepa)
 
SCIP_EXPORT void SCIPsepaSetFreq (SCIP_SEPA *sepa, int freq)
 
SCIP_EXPORT SCIP_Real SCIPsepaGetMaxbounddist (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Bool SCIPsepaUsesSubscip (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Real SCIPsepaGetSetupTime (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Real SCIPsepaGetTime (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNCalls (SCIP_SEPA *sepa)
 
SCIP_EXPORT int SCIPsepaGetNCallsAtNode (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNCutoffs (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNCutsFound (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNCutsApplied (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNCutsFoundAtNode (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNConssFound (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Longint SCIPsepaGetNDomredsFound (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Bool SCIPsepaIsDelayed (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Bool SCIPsepaWasLPDelayed (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Bool SCIPsepaWasSolDelayed (SCIP_SEPA *sepa)
 
SCIP_EXPORT SCIP_Bool SCIPsepaIsInitialized (SCIP_SEPA *sepa)