2 * Copyright 2007-2008, Christof Lutteroth, lutteroth@cs.auckland.ac.nz
3 * Copyright 2007-2008, James Kim, jkim202@ec.auckland.ac.nz
4 * Copyright 2010, Clemens Zeidler <haiku@clemens-zeidler.de>
5 * Distributed under the terms of the MIT License.
8 #ifndef LINEAR_PROGRAMMING_TYPES_H
9 #define LINEAR_PROGRAMMING_TYPES_H
12 namespace LinearProgramming
{
16 * The possible results of a solving attempt.
31 * Possible operators for linear constraints.
42 * The two possibilities for optimizing the objective function.
44 enum OptimizationType
{
49 } // namespace LinearProgramming
52 using LinearProgramming::ResultType
;
53 using LinearProgramming::OperatorType
;
54 using LinearProgramming::OptimizationType
;
57 #endif // LINEAR_PROGRAMMING_TYPES_H