00001 /* src/config_blis.h. Generated from config_blis.h.in by configure. */ 00002 /*===========================================================================* 00003 * This file is part of the BiCePS Linear Integer Solver (BLIS). * 00004 * * 00005 * BLIS is distributed under the Eclipse Public License as part of the * 00006 * COIN-OR repository (http://www.coin-or.org). * 00007 * * 00008 * Authors: * 00009 * * 00010 * Yan Xu, Lehigh University * 00011 * Ted Ralphs, Lehigh University * 00012 * * 00013 * Conceptual Design: * 00014 * * 00015 * Yan Xu, Lehigh University * 00016 * Ted Ralphs, Lehigh University * 00017 * Laszlo Ladanyi, IBM T.J. Watson Research Center * 00018 * Matthew Saltzman, Clemson University * 00019 * * 00020 * * 00021 * Copyright (C) 2001-2011, Lehigh University, Yan Xu, and Ted Ralphs. * 00022 * All Rights Reserved. * 00023 *===========================================================================*/ 00024 00025 #ifndef __CONFIG_BLIS_H__ 00026 #define __CONFIG_BLIS_H__ 00027 00028 /* Version number of project */ 00029 #define BLIS_VERSION "trunk" 00030 00031 /* Major Version number of project */ 00032 #define BLIS_VERSION_MAJOR 9999 00033 00034 /* Minor Version number of project */ 00035 #define BLIS_VERSION_MINOR 9999 00036 00037 /* Release Version number of project */ 00038 #define BLIS_VERSION_RELEASE 9999 00039 00040 /* SVN revision of project */ 00041 /* #undef BLIS_SVN_REV */ 00042 00043 #endif