Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
include
sym_cp_params.h
Go to the documentation of this file.
1
/*===========================================================================*/
2
/* */
3
/* This file is part of the SYMPHONY MILP Solver Framework. */
4
/* */
5
/* SYMPHONY was jointly developed by Ted Ralphs (ted@lehigh.edu) and */
6
/* Laci Ladanyi (ladanyi@us.ibm.com). */
7
/* */
8
/* (c) Copyright 2000-2019 Ted Ralphs. All Rights Reserved. */
9
/* */
10
/* This software is licensed under the Eclipse Public License. Please see */
11
/* accompanying file for terms. */
12
/* */
13
/*===========================================================================*/
14
15
#ifndef _CUT_POOL_PARAMS_H
16
#define _CUT_POOL_PARAMS_H
17
18
/*===========================================================================*\
19
* Contains the parameters necessary for the functioning of the cut pool
20
\*===========================================================================*/
21
22
typedef
struct
CP_PARAMS
{
23
int
verbosity
;
24
int
warm_start
;
25
char
warm_start_file_name
[
MAX_FILE_NAME_LENGTH
+1];
26
int
logging
;
27
char
log_file_name
[
MAX_FILE_NAME_LENGTH
+1];
28
int
block_size
;
29
int
max_size
;
30
int
max_number_of_cuts
;
31
int
cuts_to_check
;
32
int
delete_which
;
33
int
touches_until_deletion
;
34
int
min_to_delete
;
35
int
check_which
;
36
}
cp_params
;
37
38
#endif
CP_PARAMS::touches_until_deletion
int touches_until_deletion
Definition:
sym_cp_params.h:33
CP_PARAMS::logging
int logging
Definition:
sym_cp_params.h:26
CP_PARAMS
Definition:
sym_cp_params.h:22
CP_PARAMS::log_file_name
char log_file_name[MAX_FILE_NAME_LENGTH+1]
Definition:
sym_cp_params.h:27
CP_PARAMS::verbosity
int verbosity
Definition:
sym_cp_params.h:23
CP_PARAMS::max_number_of_cuts
int max_number_of_cuts
Definition:
sym_cp_params.h:30
CP_PARAMS::min_to_delete
int min_to_delete
Definition:
sym_cp_params.h:34
CP_PARAMS::warm_start_file_name
char warm_start_file_name[MAX_FILE_NAME_LENGTH+1]
Definition:
sym_cp_params.h:25
CP_PARAMS::block_size
int block_size
Definition:
sym_cp_params.h:28
MAX_FILE_NAME_LENGTH
#define MAX_FILE_NAME_LENGTH
Definition:
sym_proto.h:18
CP_PARAMS::warm_start
int warm_start
Definition:
sym_cp_params.h:24
CP_PARAMS::delete_which
int delete_which
Definition:
sym_cp_params.h:32
CP_PARAMS::max_size
int max_size
Definition:
sym_cp_params.h:29
CP_PARAMS::cuts_to_check
int cuts_to_check
Definition:
sym_cp_params.h:31
cp_params
struct CP_PARAMS cp_params
CP_PARAMS::check_which
int check_which
Definition:
sym_cp_params.h:35
Generated by
1.8.5