39#ifndef __SCIP_PROP_PSEUDOOBJ_H__
40#define __SCIP_PROP_PSEUDOOBJ_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPpropagateCutoffboundVar(SCIP *scip, SCIP_PROP *prop, SCIP_VAR *var, SCIP_Real cutoffbound, SCIP_Real pseudoobjval, SCIP_Bool *tightened)
SCIP_RETCODE SCIPincludePropPseudoobj(SCIP *scip)
type definitions for propagators
struct SCIP_Prop SCIP_PROP
type definitions for return codes for SCIP methods
enum SCIP_Retcode SCIP_RETCODE
type definitions for SCIP's main datastructure
type definitions for problem variables