All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
primal.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
90 /** updates upper bound and cutoff bound in primal data after a tightening of the problem's objective limit */
104 /** recalculates upper bound and cutoff bound in primal data after a change of the problem's objective offset */
118 /** adds additional objective offset in origanal space to all existing solution (in original space) */
126 /** returns whether the current primal bound is justified with a feasible primal solution; if not, the primal bound
185 /** adds primal solution to solution candidate storage of original problem space, frees the solution afterwards */
332 SCIP_Bool* solvalset, /**< array for internal use to store which solution values were set, or NULL;
|