Scippy

SCIP

Solving Constraint Integer Programs

presol_stuffing.h File Reference

Detailed Description

fix singleton continuous variables

Author
Dieter Weninger

Investigate singleton continuous variables if one can be fixed at a bound.

Definition in file presol_stuffing.h.

#include "scip/scip.h"

Go to the source code of this file.

Functions

SCIP_RETCODE SCIPincludePresolStuffing (SCIP *scip)
 

Function Documentation

SCIP_RETCODE SCIPincludePresolStuffing ( SCIP scip)

creates the stuffing presolver and includes it in SCIP

Parameters
scipSCIP data structure

Definition at line 466 of file presol_stuffing.c.

References NULL, PRESOL_DESC, PRESOL_MAXROUNDS, PRESOL_NAME, PRESOL_PRIORITY, PRESOL_TIMING, SCIP_CALL, SCIP_OKAY, SCIPincludePresolBasic(), and SCIPsetPresolCopy().

Referenced by SCIP_DECL_PRESOLCOPY(), and SCIPincludeDefaultPlugins().