Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Friends
Macros
Pages
include
paal
lp
problem_type.hpp
Go to the documentation of this file.
1
//=======================================================================
2
// Copyright (c)
3
//
4
// Distributed under the Boost Software License, Version 1.0. (See
5
// accompanying file LICENSE_1_0.txt or copy at
6
// http://www.boost.org/LICENSE_1_0.txt)
7
//=======================================================================
15
#ifndef PAAL_PROBLEM_TYPE_HPP
16
#define PAAL_PROBLEM_TYPE_HPP
17
18
namespace
paal {
19
namespace
lp {
21
enum
problem_type
{
22
OPTIMAL,
23
INFEASIBLE,
24
UNBOUNDED,
25
UNDEFINED
26
};
27
}
28
}
29
#endif // PAAL_PROBLEM_TYPE_HPP
paal::lp::problem_type
problem_type
LP problem type.
Definition:
problem_type.hpp:21
Generated on Tue Jan 31 2017 00:30:51 by
1.8.5