Dip 0.95.0
Loading...
Searching...
No Matches
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// Authors: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
8// Ted Ralphs, Lehigh University (ted@lehigh.edu) //
9// Jiadong Wang, Lehigh University (jiw408@lehigh.edu) //
10// //
11// Copyright (C) 2002-2019, Lehigh University, Matthew Galati, Ted Ralphs //
12// All Rights Reserved. //
13//===========================================================================//
14
15/***************************************************************************/
16/* HERE DEFINE THE PROJECT SPECIFIC PUBLIC MACROS */
17/* These are only in effect in a setting that doesn't use configure */
18/***************************************************************************/
19
20/* Version number of project */
21#define DIP_VERSION "trunk"
22
23/* Major Version number of project */
24#define DIP_VERSION_MAJOR 9999
25
26/* Minor Version number of project */
27#define DIP_VERSION_MINOR 9999
28
29/* Release Version number of project */
30#define DIP_VERSION_RELEASE 9999
31
32/* Define to 1 if the Clp package is available */
33#define DIP_HAS_CLP 1
34
35/* Define to 1 if the Cbc package is available */
36#define DIP_HAS_CBC 1
37