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
vrp_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 Vehicle Routing Problem and the Traveling Salesman Problem. */
6
/* */
7
/* (c) Copyright 2000-2013 Ted Ralphs. All Rights Reserved. */
8
/* */
9
/* This application was developed by Ted Ralphs (ted@lehigh.edu) */
10
/* */
11
/* This software is licensed under the Eclipse Public License. Please see */
12
/* accompanying file for terms. */
13
/* */
14
/*===========================================================================*/
15
16
#ifndef _VRP_LP_PARAMS_H
17
#define _VRP_LP_PARAMS_H
18
19
/*---------------------------------------------------------------------------*\
20
* Here we store the vrp specific data needed to process each node of the tree
21
\*---------------------------------------------------------------------------*/
22
23
typedef
struct
VRP_LP_PARAMS
{
24
int
verbosity
;
25
int
branching_rule
;
26
int
detect_tailoff
;
/* 1 indicates tailing-off detection is desirable */
27
float
child_compar_obj_tol
;
28
int
branch_on_cuts
;
29
int
strong_branching_cand_num_max
;
30
int
strong_branching_cand_num_min
;
31
int
strong_branching_red_ratio
;
32
}
vrp_lp_params
;
33
34
#endif
VRP_LP_PARAMS::strong_branching_cand_num_min
int strong_branching_cand_num_min
Definition:
vrp_lp_params.h:30
VRP_LP_PARAMS::strong_branching_cand_num_max
int strong_branching_cand_num_max
Definition:
vrp_lp_params.h:29
vrp_lp_params
struct VRP_LP_PARAMS vrp_lp_params
VRP_LP_PARAMS
Definition:
vrp_lp_params.h:23
VRP_LP_PARAMS::branching_rule
int branching_rule
Definition:
vrp_lp_params.h:25
VRP_LP_PARAMS::strong_branching_red_ratio
int strong_branching_red_ratio
Definition:
vrp_lp_params.h:31
VRP_LP_PARAMS::child_compar_obj_tol
float child_compar_obj_tol
Definition:
vrp_lp_params.h:27
VRP_LP_PARAMS::verbosity
int verbosity
Definition:
vrp_lp_params.h:24
VRP_LP_PARAMS::detect_tailoff
int detect_tailoff
Definition:
vrp_lp_params.h:26
VRP_LP_PARAMS::branch_on_cuts
int branch_on_cuts
Definition:
vrp_lp_params.h:28
Generated by
1.8.5