All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
presol_trivial.h
Go to the documentation of this file.
18 * @brief trivial presolver: round fractional bounds on integer variables, fix variables with equal bounds
21 * This presolver fixes variables with equal bounds to this value. Furthermore, all integral variables, for which the
25 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
SCIP_RETCODE SCIPincludePresolTrivial(SCIP *scip) SCIP callable library. |