Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
This is the context used during parsing. More...
#include <parser_util.h>
Public Attributes | |
absl::flat_hash_map< std::string, int64_t > | integer_map |
absl::flat_hash_map< std::string, std::vector< int64_t > > | integer_array_map |
absl::flat_hash_map< std::string, double > | float_map |
absl::flat_hash_map< std::string, std::vector< double > > | float_array_map |
absl::flat_hash_map< std::string, Variable * > | variable_map |
absl::flat_hash_map< std::string, std::vector< Variable * > > | variable_array_map |
absl::flat_hash_map< std::string, Domain > | domain_map |
absl::flat_hash_map< std::string, std::vector< Domain > > | domain_array_map |
This is the context used during parsing.
Definition at line 31 of file parser_util.h.
absl::flat_hash_map<std::string, std::vector<Domain> > operations_research::fz::ParserContext::domain_array_map |
Definition at line 39 of file parser_util.h.
absl::flat_hash_map<std::string, Domain> operations_research::fz::ParserContext::domain_map |
Definition at line 38 of file parser_util.h.
absl::flat_hash_map<std::string, std::vector<double> > operations_research::fz::ParserContext::float_array_map |
Definition at line 35 of file parser_util.h.
absl::flat_hash_map<std::string, double> operations_research::fz::ParserContext::float_map |
Definition at line 34 of file parser_util.h.
absl::flat_hash_map<std::string, std::vector<int64_t> > operations_research::fz::ParserContext::integer_array_map |
Definition at line 33 of file parser_util.h.
absl::flat_hash_map<std::string, int64_t> operations_research::fz::ParserContext::integer_map |
Definition at line 32 of file parser_util.h.
absl::flat_hash_map<std::string, std::vector<Variable*> > operations_research::fz::ParserContext::variable_array_map |
Definition at line 37 of file parser_util.h.
absl::flat_hash_map<std::string, Variable*> operations_research::fz::ParserContext::variable_map |
Definition at line 36 of file parser_util.h.