Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
include
sym_cg_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_GEN_PARAMS_H
16
#define _CUT_GEN_PARAMS_H
17
18
/*stores the parameters needed by the cut generator*/
19
typedef
struct
CG_PARAMS
{
20
int
verbosity
;
21
int
do_findcuts
;
22
}
cg_params
;
23
24
#endif
CG_PARAMS::verbosity
int verbosity
Definition:
sym_cg_params.h:20
CG_PARAMS::do_findcuts
int do_findcuts
Definition:
sym_cg_params.h:21
CG_PARAMS
Definition:
sym_cg_params.h:19
cg_params
struct CG_PARAMS cg_params
Generated by
1.8.5