All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
presolve.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
34 /** try to reduce the necessary variable in a set of variables with corresponding bounds and boundtypes for which one
43 * by (global) implication data (cliques, implications, and variable bounds) we have also the following implications
50 * Because of the last implication x4 is redundant, because x1 >= 1 would also be fulfilled in the variable set, so we
52 * Also, the both other implications and x3 >= 1 (in the given variable set) all imply exactly x3 >= 1, so we tighten
73 SCIP_Bool* setredundant, /**< pointer to store if we found a global reduction on a variable which
77 SCIP_Bool fullshortening /**< do we want to try the shortening procedure over the whole set (which
|