1 /*****************************************************************************
3 * ************************************************************************* *
5 * *** ~*~ SIMPLEX ~*~ *** *
7 * *** A simple implementation of the simplex *** *
8 * *** algorithm for Linear Programming for Maxima. *** *
10 * *** This file loads simplex and minimize_sx files. It assumes that *** *
11 * *** they are in DIR/simplex where DIR is in maxima search path. *** *
14 * *** Copyright: Andrej Vodopivec <andrejv@users.sourceforge.net> *** *
15 * *** Version: 1.01 *** *
16 * *** License: GPL *** *
18 * ************************************************************************* *
20 *****************************************************************************/
22 load("simplex/simplex_algorithm")$
23 load("simplex/minimize_sx")$