Dip
0.92.4
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
tmp
Dip-0.92.4
SYMPHONY
Applications
CNRP
include
cnrp_cp_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 _CUT_POOL_USER_PARAMS_H
17
#define _CUT_POOL_USER_PARAMS_H
18
19
typedef
struct
CP_USER_PARAMS
{
20
char
prob_type
;
21
}
cnrp_cp_params
;
22
23
#endif
CP_USER_PARAMS::prob_type
char prob_type
Definition:
cnrp_cp_params.h:20
cnrp_cp_params
struct CP_USER_PARAMS cnrp_cp_params
CP_USER_PARAMS
Definition:
cnrp_cp_params.h:19
Generated by
1.8.5