Updated testsuite with an expected GCL error in to_poly_share
[maxima.git] / share / simplex / simplex.mac
blobbaf5023392739e3f8176932fa62a637d998fcb03
1 /*****************************************************************************
2  *                                                                           *
3  * ************************************************************************* *
4  * ***                                                                   *** *
5  * ***                         ~*~ SIMPLEX ~*~                           *** *
6  * ***                                                                   *** *
7  * ***               A simple implementation of the simplex              *** *
8  * ***             algorithm for Linear Programming for Maxima.          *** *
9  * ***                                                                   *** *
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.     *** *
12  * ***                                                                   *** *
13  * ***                                                                   *** *
14  * ***   Copyright:  Andrej Vodopivec <andrejv@users.sourceforge.net>    *** *
15  * ***   Version:    1.01                                                *** *
16  * ***   License:    GPL                                                 *** *
17  * ***                                                                   *** *
18  * ************************************************************************* *
19  *                                                                           *
20  *****************************************************************************/
22 load("simplex/simplex_algorithm")$
23 load("simplex/minimize_sx")$