/*************************************************************************** func.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 int check_balance(int,vector); vector > leastcore(int,vector,int); int check_linspan(int,vector,int); vector > setup_and_calc_lp(int,vector,vector,int); int member(int,int,int);