Dip  0.92.4
cnrp_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 /* Capacitated Network Routing Problems. */
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 _CNRP_LP_PARAMS_H
17 #define _CNRP_LP_PARAMS_H
18 
19 /*---------------------------------------------------------------------------*\
20  * Here we store the specific data needed to process each node of the tree
21 \*---------------------------------------------------------------------------*/
22 
23 typedef struct CNRP_LP_PARAMS{
24  int verbosity;
25  char prob_type;
27  int detect_tailoff; /* 1 indicates tailing-off detection is desirable */
33  double gamma; /*Determines the fixed cost*/
34  double tau; /*Determines the variable cost*/
35  double rho;
37 
38 #endif
int strong_branching_red_ratio
int strong_branching_cand_num_min
struct CNRP_LP_PARAMS cnrp_lp_params
float child_compar_obj_tol
int strong_branching_cand_num_max