Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
include
decomp
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
;
8
int
delete_which
;
9
int
max_size
;
10
int
max_number_of_sols
;
11
int
min_to_delete
;
12
int
check_which
;
13
int
touches_until_deletion
;
14
int
compress_num
;
15
double
compress_ratio
;
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
SOL_POOL_PARAMS::compress_num
int compress_num
Definition:
sp_params.h:14
SOL_POOL_PARAMS::compress_ratio
double compress_ratio
Definition:
sp_params.h:15
SOL_POOL_PARAMS
Definition:
sp_params.h:4
SOL_POOL_PARAMS::touches_until_deletion
int touches_until_deletion
Definition:
sp_params.h:13
SOL_POOL_PARAMS::max_number_of_sols
int max_number_of_sols
Definition:
sp_params.h:10
sp_params
struct SOL_POOL_PARAMS sp_params
SOL_POOL_PARAMS::etol
double etol
Definition:
sp_params.h:6
SOL_POOL_PARAMS::verbosity
int verbosity
Definition:
sp_params.h:5
SOL_POOL_PARAMS::delete_which
int delete_which
Definition:
sp_params.h:8
SOL_POOL_PARAMS::min_to_delete
int min_to_delete
Definition:
sp_params.h:11
SOL_POOL_PARAMS::max_size
int max_size
Definition:
sp_params.h:9
SOL_POOL_PARAMS::block_size
int block_size
Definition:
sp_params.h:7
SOL_POOL_PARAMS::check_which
int check_which
Definition:
sp_params.h:12
Generated by
1.8.5