24 #ifndef __SCIP_STRUCT_PROP_H__ 25 #define __SCIP_STRUCT_PROP_H__
SCIP_DECL_PROPRESPROP((*propresprop))
SCIP_DECL_PROPINITSOL((*propinitsol))
SCIP_DECL_PROPEXEC((*propexec))
SCIP_DECL_PROPEXITPRE((*propexitpre))
SCIP_DECL_PROPINIT((*propinit))
SCIP_PROPTIMING timingmask
SCIP_Longint nrespropcalls
SCIP_PRESOLTIMING presoltiming
SCIP_DECL_PROPPRESOL((*proppresol))
SCIP_DECL_PROPCOPY((*propcopy))
SCIP_DECL_PROPFREE((*propfree))
unsigned int SCIP_PRESOLTIMING
SCIP_DECL_PROPEXIT((*propexit))
SCIP_DECL_PROPINITPRE((*propinitpre))
SCIP_Longint ndomredsfound
type definitions for clocks and timing issues
type definitions for propagators
unsigned int SCIP_PROPTIMING
struct SCIP_PropData SCIP_PROPDATA
SCIP_DECL_PROPEXITSOL((*propexitsol))
common defines and data types used in all packages of SCIP