Dip  0.92.4
cnrp_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 /* 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_IO_H
17 #define _CNRP_IO_H
18 
19 /* SYMPHONY include files */
20 #include "sym_proto.h"
21 
22 /* CNRP include files */
23 #include "cnrp_types.h"
24 
25 void cnrp_readparams PROTO((cnrp_problem *cnrp, char *filename, int argc,
26  char **argv));
27 void cnrp_io PROTO((cnrp_problem *cnrp, char *infile));
28 
29 #endif
#define PROTO(x)
Definition: sym_proto.h:27