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_io.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_IO_H
17
#define _VRP_IO_H
18
19
/* SYMPHONY include files */
20
#include "
sym_proto.h
"
21
22
/* VRP include files */
23
#include "
vrp_types.h
"
24
25
void
vrp_readparams
PROTO
((
vrp_problem
*vrp,
char
*filename,
int
argc,
26
char
**argv));
27
void
vrp_io
PROTO
((
vrp_problem
*vrp,
char
*infile));
28
void
vrp_set_defaults
PROTO
((
vrp_problem
*vrp));
29
void
vrp_create_instance
PROTO
((
void
*user,
int
vertnum,
int
numroutes,
30
int
capacity,
int
*demand,
int
*cost,
31
small_graph
*g) );
32
33
#endif
PROTO
#define PROTO(x)
Definition:
sym_proto.h:27
vrp_types.h
sym_proto.h
SMALL_GRAPH
Definition:
cnrp_types.h:36
VRP_PROBLEM
Definition:
vrp_types.h:164
Generated by
1.8.5