Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Classes | |
class | Dump |
struct | print_fields |
Typedefs | |
using | DumpNames = ::std::vector<::std::string> |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const ::absl::InlinedVector< T, 8 > &vec) |
needed by routing | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const ::std::vector< T > &vec) |
needed by algorithms tests | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &os, const ::std::optional< T > &opt) |
template<class F > | |
Dump< F > | make_dump_vars (DumpNames &&names, F f) |
using operations_research::base::internal_dump_vars::DumpNames = ::std::vector<::std::string> |
Definition at line 140 of file dump_vars.h.
Dump< F > operations_research::base::internal_dump_vars::make_dump_vars | ( | DumpNames && | names, |
F | f ) |
Definition at line 213 of file dump_vars.h.
std::ostream & operations_research::base::internal_dump_vars::operator<< | ( | std::ostream & | os, |
const ::absl::InlinedVector< T, 8 > & | vec ) |
needed by routing
Definition at line 114 of file dump_vars.h.
std::ostream & operations_research::base::internal_dump_vars::operator<< | ( | std::ostream & | os, |
const ::std::optional< T > & | opt ) |
Definition at line 132 of file dump_vars.h.
std::ostream & operations_research::base::internal_dump_vars::operator<< | ( | std::ostream & | os, |
const ::std::vector< T > & | vec ) |
needed by algorithms tests
Definition at line 124 of file dump_vars.h.