Dip 0.95.0
Loading...
Searching...
No Matches
config_dip.h
Go to the documentation of this file.
1/* src/config_dip.h. Generated by configure. */
2//===========================================================================//
3// This file is part of the DIP Solver Framework. //
4// //
5// DIP is distributed under the Eclipse Public License as part of the //
6// COIN-OR repository (http://www.coin-or.org). //
7// //
8// Author: Matthew Galati, SAS Institute Inc. (matthew.galati@sas.com) //
9// //
10// Conceptual Design: Matthew Galati, SAS Institute Inc. //
11// Ted Ralphs, Lehigh University //
12// //
13// Copyright (C) 2002-2019, Lehigh University, Matthew Galati, Ted Ralphs //
14// All Rights Reserved. //
15//===========================================================================//
16
17#ifndef __CONFIG_DIP_H__
18#define __CONFIG_DIP_H__
19
20/* Version number of project */
21#define DIP_VERSION "0.95.0"
22
23/* Major Version number of project */
24#define DIP_VERSION_MAJOR 0
25
26/* Minor Version number of project */
27#define DIP_VERSION_MINOR 95
28
29/* Release Version number of project */
30#define DIP_VERSION_RELEASE 0
31
32/* Whether we have CLP */
33#define DIP_HAS_CLP 1
34
35/* Whether we have SYMPHONY */
36#define DIP_HAS_SYMPHONY 1
37
38/* Whether we have CBC */
39#define DIP_HAS_CBC 1
40
41/* Whether we have CPLEX */
42/* #undef DIP_HAS_CPX */
43
44/* Whether we have Gurobi */
45/* #undef DIP_HAS_GRB */
46
47#endif