#include <ctrl_latexlog.hpp>
Inheritance diagram for Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >:
Public Member Functions | |
gomory1_iters_latexlog (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 |
gomory1_iter_latexlog< Stream > | ctrl_for_gomory1_iter () const |
Public Attributes | |
Stream & | stream |
bool | preamble_on |
bool | conclusion_on |
Classes | |
class | abort |
Definition at line 683 of file ctrl_latexlog.hpp.
Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::gomory1_iters_latexlog | ( | Stream & | stream_a, | |
bool | preamble_on_a = true , |
|||
bool | conclusion_on_a = true | |||
) | [inline] |
Definition at line 691 of file ctrl_latexlog.hpp.
void Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::conclusion | ( | const T & | t, | |
const Nonbasis & | nonbasis, | |||
result_kind | rk | |||
) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iters_idler.
Definition at line 708 of file ctrl_latexlog.hpp.
gomory1_iter_latexlog<Stream> Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::ctrl_for_gomory1_iter | ( | ) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iters_idler.
Definition at line 721 of file ctrl_latexlog.hpp.
void Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::preamble | ( | const T & | t, | |
const Nonbasis & | nonbasis | |||
) | const [inline] |
Reimplemented from Arageli::ctrl::simplex_method::gomory1_iters_idler.
Definition at line 701 of file ctrl_latexlog.hpp.
bool Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::conclusion_on |
Definition at line 688 of file ctrl_latexlog.hpp.
bool Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::preamble_on |
Definition at line 688 of file ctrl_latexlog.hpp.
Stream& Arageli::ctrl::simplex_method::gomory1_iters_latexlog< Stream >::stream |
Definition at line 687 of file ctrl_latexlog.hpp.