#include <ctrl_slog.hpp>
Inheritance diagram for Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >:
Public Member Functions | |
gomory1_iter_slog (Stream &stream_a, bool preamble_on_a=true, bool conclusion_on_a=true) | |
template<typename T, typename Nonbasis> | |
void | preamble (const T &t, const Nonbasis &nonbasis) const |
template<typename T, typename Nonbasis> | |
void | conclusion (const T &t, const Nonbasis &nonbasis, result_kind rk) const |
template<typename T, typename Prow> | |
void | after_gomory1_clip (const T &t, Prow prow, result_kind rk) const |
dual_col_iters_slog< Stream > | ctrl_for_dual_col_iters () const |
Public Attributes | |
Stream & | stream |
bool | preamble_on |
bool | conclusion_on |
Classes | |
class | abort |
Definition at line 905 of file ctrl_slog.hpp.
Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::gomory1_iter_slog | ( | Stream & | stream_a, | |
bool | preamble_on_a = true , |
|||
bool | conclusion_on_a = true | |||
) | [inline] |
Definition at line 913 of file ctrl_slog.hpp.
void Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::after_gomory1_clip | ( | const T & | t, | |
Prow | prow, | |||
result_kind | rk | |||
) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iter_idler.
Reimplemented in Arageli::ctrl::simplex_method::gomory1_iter_latexlog< Stream >.
Definition at line 929 of file ctrl_slog.hpp.
void Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::conclusion | ( | const T & | t, | |
const Nonbasis & | nonbasis, | |||
result_kind | rk | |||
) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iter_idler.
Definition at line 926 of file ctrl_slog.hpp.
dual_col_iters_slog<Stream> Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::ctrl_for_dual_col_iters | ( | ) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iter_idler.
Reimplemented in Arageli::ctrl::simplex_method::gomory1_iter_latexlog< Stream >.
Definition at line 935 of file ctrl_slog.hpp.
void Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::preamble | ( | const T & | t, | |
const Nonbasis & | nonbasis | |||
) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iter_idler.
Definition at line 923 of file ctrl_slog.hpp.
bool Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::conclusion_on |
Definition at line 910 of file ctrl_slog.hpp.
bool Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::preamble_on |
Definition at line 910 of file ctrl_slog.hpp.
Stream& Arageli::ctrl::simplex_method::gomory1_iter_slog< Stream >::stream |
Definition at line 909 of file ctrl_slog.hpp.