Dip  0.92.4
sp_params.h
Go to the documentation of this file.
1 #ifndef _SOL_POOL_PARAMS_H
2 #define _SOL_POOL_PARAMS_H
3 
4 typedef struct SOL_POOL_PARAMS{
5  int verbosity;
6  double etol;
7  int block_size;
9  int max_size;
16 }sp_params;
17 
18 /* parameter values for "check_which_cuts" */
19 #define CHECK_ALL_COLS 0
20 #define CHECK_COL_LEVEL 1
21 #define CHECK_COL_TOUCHES 2
22 #define CHECK_COL_LEVEL_AND_TOUCHES 3
23 
24 /* parameter values for "delete_which_cuts" */
25 #define DELETE_DUPLICATE_COLS 1
26 #define DELETE_DUPLICATE_AND_INEFFECTIVE_COLS 2
27 
28 #endif
double compress_ratio
Definition: sp_params.h:15
int touches_until_deletion
Definition: sp_params.h:13
int max_number_of_sols
Definition: sp_params.h:10
struct SOL_POOL_PARAMS sp_params
double etol
Definition: sp_params.h:6
int delete_which
Definition: sp_params.h:8