/*************************************************************************** leastcore.h - description ------------------- begin : Wed Mar 13 2002 copyright : (C) 2002 by Sven Klauke email : sklauke@wiwi.uni-bielefeld.de Institute of Mathematical Economics (IMW) University of Bielefeld, Germany http://www.wiwi.uni-bielefeld.de/~imw/ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include "setoper.h" extern "C"{ #include "cdd.h" int calc_leastcore(int,int* [],int); int calc_lp(int,int,int* [],int); dd_boolean SetWriteFile(FILE **f, dd_DataFileType fname); }