Bcps 0.95.1
Loading...
Searching...
No Matches
config_bcps.h
Go to the documentation of this file.
1/* src/config_bcps.h. Generated from config_bcps.h.in by configure. */
2/*===========================================================================*
3 * This file is part of the Abstract Library for Parallel Search (ALPS). *
4 * *
5 * ALPS is distributed under the Eclipse Public License as part of the *
6 * COIN-OR repository (http://www.coin-or.org). *
7 * *
8 * Authors: *
9 * *
10 * Yan Xu, Lehigh University *
11 * Ted Ralphs, Lehigh University *
12 * *
13 * Conceptual Design: *
14 * *
15 * Yan Xu, Lehigh University *
16 * Ted Ralphs, Lehigh University *
17 * Laszlo Ladanyi, IBM T.J. Watson Research Center *
18 * Matthew Saltzman, Clemson University *
19 * *
20 * *
21 * Copyright (C) 2001-2023, Lehigh University, Yan Xu, and Ted Ralphs. *
22 *===========================================================================*/
23
24#ifndef __CONFIG_BCPS_H__
25#define __CONFIG_BCPS_H__
26
27/* Library Visibility Attribute */
28#define BCPSLIB_EXPORT
29
30/* Version number of project */
31#define BCPS_VERSION "0.95.1"
32
33/* Major Version number of project */
34#define BCPS_VERSION_MAJOR 0
35
36/* Minor Version number of project */
37#define BCPS_VERSION_MINOR 95
38
39/* Release Version number of project */
40#define BCPS_VERSION_RELEASE 1
41
42#endif