70#ifndef __SCIP_PROP_GENVBOUNDS_H__
71#define __SCIP_PROP_GENVBOUNDS_H__
common defines and data types used in all packages of SCIP
SCIP_RETCODE SCIPgenVBoundAdd(SCIP *scip, SCIP_PROP *genvboundprop, SCIP_VAR **vars, SCIP_VAR *var, SCIP_Real *coefs, int ncoefs, SCIP_Real coefprimalbound, SCIP_Real constant, SCIP_BOUNDTYPE boundtype)
SCIP_RETCODE SCIPincludePropGenvbounds(SCIP *scip)
type definitions for LP management
enum SCIP_BoundType SCIP_BOUNDTYPE
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