scip_validation.h
Go to the documentation of this file.
29 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
71 * - checking the feasibility of the incumbent solution in the original problem (using SCIPcheckSolOrig())
73 * - checking if the objective bounds computed by SCIP agree with external primal and dual reference bounds.
77 * For infeasible problems, +/-SCIPinfinity() should be passed as reference bounds depending on the objective sense
83 SCIP_Real primalreference, /**< external primal reference value for the problem, or SCIP_UNKNOWN */
87 SCIP_Bool* feasible, /**< pointer to store if the best solution is feasible in the original problem,
89 SCIP_Bool* primalboundcheck, /**< pointer to store if the primal bound respects the given dual reference
91 SCIP_Bool* dualboundcheck /**< pointer to store if the dual bound respects the given primal reference
internal methods for branch and bound tree
Definition: struct_scip.h:58
type definitions for return codes for SCIP methods
type definitions for SCIP's main datastructure
internal miscellaneous methods
internal methods for global SCIP settings
SCIP main data structure.
internal methods for problem variables
SCIP_RETCODE SCIPvalidateSolve(SCIP *scip, SCIP_Real primalreference, SCIP_Real dualreference, SCIP_Real reftol, SCIP_Bool quiet, SCIP_Bool *feasible, SCIP_Bool *primalboundcheck, SCIP_Bool *dualboundcheck)
Definition: scip_validation.c:145
methods for debugging
datastructures for problem statistics
internal methods for main solving loop and node processing
internal methods for constraints and constraint handlers
common defines and data types used in all packages of SCIP
Definition: objbenders.h:33