Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
Applications
SPP+CUTS
include
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 */
22
int
do_lift_in_lp
;
23
double
lp_dj_threshold_frac
;
24
double
lp_dj_threshold_abs
;
25
int
lanmax
;
26
int
which_atilde
;
27
}
spp_lp_params
;
28
29
#endif
spp_lp_params
struct SPP_LP_PARAMS spp_lp_params
SPP_LP_PARAMS::which_atilde
int which_atilde
Definition:
spp_lp_params.h:26
SPP_LP_PARAMS::do_lift_in_lp
int do_lift_in_lp
Definition:
spp_lp_params.h:22
SPP_LP_PARAMS::granularity
double granularity
Definition:
spp_lp_params.h:21
SPP_LP_PARAMS::lp_dj_threshold_abs
double lp_dj_threshold_abs
Definition:
spp_lp_params.h:24
SPP_LP_PARAMS::lanmax
int lanmax
Definition:
spp_lp_params.h:25
SPP_LP_PARAMS::lp_dj_threshold_frac
double lp_dj_threshold_frac
Definition:
spp_lp_params.h:23
SPP_LP_PARAMS
Definition:
spp_lp_params.h:20
Generated by
1.8.5