33#ifndef __SCIP_STRUCT_SEPA_H__
34#define __SCIP_STRUCT_SEPA_H__
common defines and data types used in all packages of SCIP
SCIP_Longint ncutsaddedviapool
SCIP_Longint ndomredsfound
SCIP_DECL_SEPACOPY((*sepacopy))
SCIP_Longint lastsepanode
struct SCIP_Sepa * parentsepa
SCIP_DECL_SEPAFREE((*sepafree))
SCIP_DECL_SEPAEXITSOL((*sepaexitsol))
SCIP_Longint ncutsappliedviapool
SCIP_DECL_SEPAEXECSOL((*sepaexecsol))
SCIP_DECL_SEPAEXECLP((*sepaexeclp))
SCIP_DECL_SEPAINITSOL((*sepainitsol))
SCIP_Longint ncutsapplieddirect
SCIP_DECL_SEPAEXIT((*sepaexit))
SCIP_Longint ncutsaddeddirect
SCIP_DECL_SEPAINIT((*sepainit))
type definitions for clocks and timing issues
type definitions for separators
struct SCIP_SepaData SCIP_SEPADATA