Scippy

SCIP

Solving Constraint Integer Programs

pub_presol.h File Reference

Detailed Description

public methods for presolvers

Author
Tobias Achterberg

Definition in file pub_presol.h.

#include "scip/def.h"
#include "scip/type_misc.h"
#include "scip/type_presol.h"
#include "scip/type_timing.h"

Go to the source code of this file.

Functions

SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPpresolComp)
 
SCIP_EXPORT SCIP_DECL_SORTPTRCOMP (SCIPpresolCompName)
 
SCIP_EXPORT SCIP_PRESOLDATASCIPpresolGetData (SCIP_PRESOL *presol)
 
SCIP_EXPORT void SCIPpresolSetData (SCIP_PRESOL *presol, SCIP_PRESOLDATA *presoldata)
 
SCIP_EXPORT const char * SCIPpresolGetName (SCIP_PRESOL *presol)
 
SCIP_EXPORT const char * SCIPpresolGetDesc (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetPriority (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetMaxrounds (SCIP_PRESOL *presol)
 
SCIP_EXPORT SCIP_PRESOLTIMING SCIPpresolGetTiming (SCIP_PRESOL *presol)
 
SCIP_EXPORT void SCIPpresolSetTiming (SCIP_PRESOL *presol, SCIP_PRESOLTIMING timing)
 
SCIP_EXPORT SCIP_Bool SCIPpresolIsInitialized (SCIP_PRESOL *presol)
 
SCIP_EXPORT SCIP_Real SCIPpresolGetSetupTime (SCIP_PRESOL *presol)
 
SCIP_EXPORT SCIP_Real SCIPpresolGetTime (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNFixedVars (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNAggrVars (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNChgVarTypes (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNChgBds (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNAddHoles (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNDelConss (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNAddConss (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNUpgdConss (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNChgCoefs (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNChgSides (SCIP_PRESOL *presol)
 
SCIP_EXPORT int SCIPpresolGetNCalls (SCIP_PRESOL *presol)