Aleph-w
1.9
General library for algorithms and data structures
Aleph::Simplex< T > Member List
This is the complete list of members for
Aleph::Simplex< T >
, including all inherited members.
get_num_restrictions
() const noexcept (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
get_num_vars
() const noexcept (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
get_objetive_function
() noexcept (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
get_restriction
(int rest_num)
Aleph::Simplex< T >
inline
get_restriction_coef
(int rest_num, int idx)
Aleph::Simplex< T >
inline
get_solution
(size_t i) const noexcept
Aleph::Simplex< T >
inline
latex_linear_program
(const string &name) (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
latex_matrix
(const string &name, int d=2, int p=-1, int q=-1) (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
latex_solve
(char *name=nullptr) (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
load_solution
() noexcept
Aleph::Simplex< T >
inline
Not_Solved
enum value (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
objetive_value
() const noexcept
Aleph::Simplex< T >
inline
prepare_linear_program
() (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
print_matrix
() (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
put_objetive_function
(DynArray< T > &coefs) noexcept
Aleph::Simplex< T >
inline
put_objetive_function
(T coefs[]) noexcept
Aleph::Simplex< T >
inline
put_objetive_function_coef
(int i, const T &coef)
Aleph::Simplex< T >
inline
put_restriction
(T *coefs=nullptr)
Aleph::Simplex< T >
inline
put_restriction
(DynArray< T > &coefs)
Aleph::Simplex< T >
inline
put_restriction_coef
(int rest_num, int idx, const T &coef) (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
Simplex
(int n)
Aleph::Simplex< T >
inline
solve
()
Aleph::Simplex< T >
inline
Solved
enum value (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
Solving
enum value (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
State
enum name
Aleph::Simplex< T >
Unbounded
enum value (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
Unfeasible
enum value (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
verify_solution
() const
Aleph::Simplex< T >
inline
~Simplex
() (defined in
Aleph::Simplex< T >
)
Aleph::Simplex< T >
inline
Leandro Rabindranath León