presol_trivial.h
Go to the documentation of this file.
27 * @brief trivial presolver: round fractional bounds on integer variables, fix variables with equal bounds
30 * This presolver fixes variables with equal bounds to this value. Furthermore, all integral variables, for which the
34/*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPincludePresolTrivial(SCIP *scip)
Definition: presol_trivial.c:205
Definition: objbenders.h:44
Definition: struct_scip.h:70
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure