All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
prop_probing.h
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
49 int maxproprounds, /**< maximal number of propagation rounds (-1: no limit, 0: parameter settings) */
57 /** analyses boundchanges resulting from probing on a variable and performs deduced fixations, aggregations, and domain tightenings
61 * variable fixations, aggregations, implications, and bound changes. Variable probingvar does not
76 SCIP_Real* leftimpllbs, /**< lower bounds after applying implications and cliques in left branch, or NULL */
77 SCIP_Real* leftimplubs, /**< upper bounds after applying implications and cliques in left branch, or NULL */
80 SCIP_Real* rightimpllbs, /**< lower bounds after applying implications and cliques in right branch, or NULL */
81 SCIP_Real* rightimplubs, /**< upper bounds after applying implications and cliques in right branch, or NULL */
84 int* nfixedvars, /**< pointer to counter which is increased by the number of deduced variable fixations */
85 int* naggrvars, /**< pointer to counter which is increased by the number of deduced variable aggregations */
86 int* nimplications, /**< pointer to counter which is increased by the number of deduced implications */
|