OKlibrary
0.2.1.6
|
Classes | |
struct | FormatError |
struct | mean_time |
struct | SolverResult |
Typedefs | |
typedef unsigned int | CountSolved |
typedef unsigned int | NumberSolver |
typedef double | Time |
typedef std::set< SolverResult > | SolverResults |
Functions | |
std::istream & | operator>> (std::istream &in, mean_time &t) |
std::ostream & | operator<< (std::ostream &out, const mean_time &t) |
bool | operator< (const mean_time &a, const mean_time &b) |
bool | operator< (const SolverResult &a, const SolverResult &b) |
std::ostream & | operator<< (std::ostream &out, const SolverResult &r) |
std::istream & | operator>> (std::istream &in, SolverResults &R) |
std::ostream & | operator<< (std::ostream &out, const SolverResults &R) |
typedef unsigned int Analyse::CountSolved |
Definition at line 30 of file Analyse.cpp.
typedef unsigned int Analyse::NumberSolver |
Definition at line 31 of file Analyse.cpp.
typedef std::set<SolverResult> Analyse::SolverResults |
Definition at line 110 of file Analyse.cpp.
typedef double Analyse::Time |
Definition at line 32 of file Analyse.cpp.
bool Analyse::operator< | ( | const mean_time & | a, |
const mean_time & | b | ||
) |
Definition at line 72 of file Analyse.cpp.
References Analyse::mean_time::is_NaN, and Analyse::mean_time::time.
bool Analyse::operator< | ( | const SolverResult & | a, |
const SolverResult & | b | ||
) |
Definition at line 91 of file Analyse.cpp.
References Analyse::SolverResult::solved, and Analyse::SolverResult::times.
std::ostream& Analyse::operator<< | ( | std::ostream & | out, |
const mean_time & | t | ||
) |
Definition at line 65 of file Analyse.cpp.
References Analyse::mean_time::is_NaN, and Analyse::mean_time::time.
std::ostream& Analyse::operator<< | ( | std::ostream & | out, |
const SolverResult & | r | ||
) |
Definition at line 99 of file Analyse.cpp.
References StreamHandling::copy(), Analyse::SolverResult::num_solver, Analyse::SolverResult::solved, and Analyse::SolverResult::times.
std::ostream& Analyse::operator<< | ( | std::ostream & | out, |
const SolverResults & | R | ||
) |
Definition at line 148 of file Analyse.cpp.
References StreamHandling::copy().
std::istream& Analyse::operator>> | ( | std::istream & | in, |
mean_time & | t | ||
) |
Definition at line 45 of file Analyse.cpp.
References Analyse::mean_time::set_NaN(), and Analyse::mean_time::set_time().
std::istream& Analyse::operator>> | ( | std::istream & | in, |
SolverResults & | R | ||
) |
Definition at line 112 of file Analyse.cpp.
References Analyse::SolverResult::num_solver, Analyse::SolverResult::solved, and Analyse::SolverResult::times.