Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
ParserContext Struct Reference

This is the context used during parsing. More...

Detailed Description

This is the context used during parsing.

Definition at line 31 of file parser_util.h.

#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, Domaindomain_map
absl::flat_hash_map< std::string, std::vector< Domain > > domain_array_map

Member Data Documentation

◆ domain_array_map

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.

◆ domain_map

absl::flat_hash_map<std::string, Domain> operations_research::fz::ParserContext::domain_map

Definition at line 38 of file parser_util.h.

◆ float_array_map

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.

◆ float_map

absl::flat_hash_map<std::string, double> operations_research::fz::ParserContext::float_map

Definition at line 34 of file parser_util.h.

◆ integer_array_map

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.

◆ integer_map

absl::flat_hash_map<std::string, int64_t> operations_research::fz::ParserContext::integer_map

Definition at line 32 of file parser_util.h.

◆ variable_array_map

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.

◆ variable_map

absl::flat_hash_map<std::string, Variable*> operations_research::fz::ParserContext::variable_map

Definition at line 36 of file parser_util.h.


The documentation for this struct was generated from the following file: