Scippy

SCIP

Solving Constraint Integer Programs

type_cutpool.h File Reference

Detailed Description

type definitions for storing cuts in a cut pool

Author
Tobias Achterberg

Definition in file type_cutpool.h.

Go to the source code of this file.

Typedefs

typedef struct SCIP_Cutpool SCIP_CUTPOOL
 
typedef struct SCIP_Cut SCIP_CUT
 

Typedef Documentation

◆ SCIP_CUTPOOL

typedef struct SCIP_Cutpool SCIP_CUTPOOL

storage for pooled cuts

Definition at line 30 of file type_cutpool.h.

◆ SCIP_CUT

typedef struct SCIP_Cut SCIP_CUT

datastructure for cuts in a cut pool

Definition at line 31 of file type_cutpool.h.