Scippy

SCIP

Solving Constraint Integer Programs

pub_prop.h File Reference

Detailed Description

public methods for propagators

Author
Tobias Achterberg

Definition in file pub_prop.h.

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

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPpropComp)
 
SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPpropCompPresol)
 
SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPpropCompName)
 
SCIP_EXPORT SCIP_PROPDATASCIPpropGetData (SCIP_PROP *prop)
 
SCIP_EXPORT void SCIPpropSetData (SCIP_PROP *prop, SCIP_PROPDATA *propdata)
 
SCIP_EXPORT const char * SCIPpropGetName (SCIP_PROP *prop)
 
SCIP_EXPORT const char * SCIPpropGetDesc (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetPriority (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetPresolPriority (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetFreq (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Real SCIPpropGetSetupTime (SCIP_PROP *prop)
 
SCIP_EXPORT void SCIPpropSetFreq (SCIP_PROP *prop, int freq)
 
SCIP_EXPORT SCIP_Real SCIPpropGetTime (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Real SCIPpropGetStrongBranchPropTime (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Real SCIPpropGetRespropTime (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Real SCIPpropGetPresolTime (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Longint SCIPpropGetNCalls (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Longint SCIPpropGetNRespropCalls (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Longint SCIPpropGetNCutoffs (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Longint SCIPpropGetNDomredsFound (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Bool SCIPpropIsDelayed (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Bool SCIPpropWasDelayed (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Bool SCIPpropIsInitialized (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNFixedVars (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNAggrVars (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNChgVarTypes (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNChgBds (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNAddHoles (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNDelConss (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNAddConss (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNUpgdConss (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNChgCoefs (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNChgSides (SCIP_PROP *prop)
 
SCIP_EXPORT int SCIPpropGetNPresolCalls (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_PROPTIMING SCIPpropGetTimingmask (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_Bool SCIPpropDoesPresolve (SCIP_PROP *prop)
 
SCIP_EXPORT SCIP_PRESOLTIMING SCIPpropGetPresolTiming (SCIP_PROP *prop)
 
SCIP_EXPORT void SCIPpropSetPresolTiming (SCIP_PROP *prop, SCIP_PRESOLTIMING presoltiming)