hops
include
hops
LinearProgram
LinearProgramStatus.hpp
Go to the documentation of this file.
1
#ifndef HOPS_LINEARPROGRAMSTATUS_HPP
2
#define HOPS_LINEARPROGRAMSTATUS_HPP
3
4
namespace
hops
{
5
enum class
LinearProgramStatus
{
6
UNDEFINED
,
7
ERROR
,
8
OPTIMAL
,
9
INFEASIBLE
,
10
UNBOUNDED
,
11
};
12
}
13
14
#endif //HOPS_LINEARPROGRAMSTATUS_HPP
hops::LinearProgramStatus::UNBOUNDED
@ UNBOUNDED
hops::LinearProgramStatus::INFEASIBLE
@ INFEASIBLE
hops::LinearProgramStatus::ERROR
@ ERROR
hops::LinearProgramStatus::UNDEFINED
@ UNDEFINED
hops
Definition:
CsvReader.hpp:8
hops::LinearProgramStatus
LinearProgramStatus
Definition:
LinearProgramStatus.hpp:5
hops::LinearProgramStatus::OPTIMAL
@ OPTIMAL
Generated by
1.8.17