Dip  0.92.4
spp_lp_params.h
Go to the documentation of this file.
1 /*===========================================================================*/
2 /* */
3 /* This file is part of a demonstration application for use with the */
4 /* SYMPHONY Branch, Cut, and Price Library. This application is a solver for */
5 /* the Set Partitioning Problem. */
6 /* */
7 /* (c) Copyright 2005-2013 Marta Eso and Ted Ralphs. All Rights Reserved. */
8 /* */
9 /* This application was originally developed by Marta Eso and was modified */
10 /* Ted Ralphs (ted@lehigh.edu) */
11 /* */
12 /* This software is licensed under the Eclipse Public License. Please see */
13 /* accompanying file for terms. */
14 /* */
15 /*===========================================================================*/
16 
17 #ifndef _SPP_LP_PARAMS_H
18 #define _SPP_LP_PARAMS_H
19 
20 typedef struct SPP_LP_PARAMS{
21  double granularity; /* inherited from air_params */
25  int lanmax;
28 
29 #endif
struct SPP_LP_PARAMS spp_lp_params
double granularity
Definition: spp_lp_params.h:21
double lp_dj_threshold_abs
Definition: spp_lp_params.h:24
double lp_dj_threshold_frac
Definition: spp_lp_params.h:23