40#ifndef __SCIP_SCIP_VALIDATION_H__
41#define __SCIP_SCIP_VALIDATION_H__
73 SCIP_Real primalreference,
74 SCIP_Real dualreference,
79 SCIP_Bool* primalboundcheck,
81 SCIP_Bool* dualboundcheck
common defines and data types used in all packages of SCIP
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)
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure