Dip  0.92.4
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;
22 }cg_params;
23 
24 #endif
int do_findcuts
Definition: sym_cg_params.h:21
struct CG_PARAMS cg_params