Dip-All  0.91.0
config_dip_default.h
Go to the documentation of this file.
1 //===========================================================================//
2 // This file is part of the DIP Solver Framework. //
3 // //
4 // DIP is distributed under the Eclipse Public License as part of the //
5 // COIN-OR repository (http://www.coin-or.org). //
6 // //
7 // Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
8 // //
9 // Conceptual Design: Matthew Galati, SAS Institute Inc. //
10 // Ted Ralphs, Lehigh University //
11 // //
12 // Copyright (C) 2002-2015, Lehigh University, Matthew Galati, Ted Ralphs //
13 // All Rights Reserved. //
14 //===========================================================================//
15 
16 /***************************************************************************/
17 /* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
18 /* These are only in effect in a setting that doesn't use configure */
19 /***************************************************************************/
20 
21 /* Version number of project */
22 #define DIP_VERSION "0.91.6"
23 
24 /* Major Version number of project */
25 #define DIP_VERSION_MAJOR 0
26 
27 /* Minor Version number of project */
28 #define DIP_VERSION_MINOR 91
29 
30 /* Release Version number of project */
31 #define DIP_VERSION_RELEASE 6
32