Google OR-Tools: ParserContext Struct Reference

Definition at line 30 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

◆ domain_array_map

◆ domain_map

◆ float_array_map

◆ float_map

◆ integer_array_map

◆ integer_map

◆ variable_array_map

◆ variable_map


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