Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
Applications
VRP
include
heurs
lb_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 Vehicle Routing Problem and the Traveling Salesman Problem. */
6
/* */
7
/* This application was developed by Ted Ralphs (ted@lehigh.edu) */
8
/* This file was modified by Ali Pilatin January, 2005 (alp8@lehigh.edu) */
9
/* */
10
/* (c) Copyright 2000-2005 Ted Ralphs. All Rights Reserved. */
11
/* */
12
/* This software is licensed under the Eclipse Public License. Please see */
13
/* accompanying file for terms. */
14
/* */
15
/*===========================================================================*/
16
17
#ifndef _LB_PARAMS_H
18
#define _LB_PARAMS_H
19
20
typedef
struct
LB_PARAMS
{
21
int
lower_bound
;
22
int
lb_max_iter
;
23
int
lb_penalty_mult
;
24
}
lb_params
;
25
26
#endif
LB_PARAMS::lower_bound
int lower_bound
Definition:
lb_params.h:21
LB_PARAMS::lb_penalty_mult
int lb_penalty_mult
Definition:
lb_params.h:23
LB_PARAMS::lb_max_iter
int lb_max_iter
Definition:
lb_params.h:22
lb_params
struct LB_PARAMS lb_params
LB_PARAMS
Definition:
lb_params.h:20
Generated by
1.8.5