OR-Tools  8.2
ParserContext

Detailed Description

Definition at line 29 of file parser_util.h.

Public Attributes

absl::flat_hash_map< std::string, int64integer_map
 
absl::flat_hash_map< std::string, std::vector< int64 > > 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, IntegerVariable * > variable_map
 
absl::flat_hash_map< std::string, std::vector< IntegerVariable * > > 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> > domain_array_map

Definition at line 38 of file parser_util.h.

◆ domain_map

absl::flat_hash_map<std::string, Domain> domain_map

Definition at line 37 of file parser_util.h.

◆ float_array_map

absl::flat_hash_map<std::string, std::vector<double> > float_array_map

Definition at line 33 of file parser_util.h.

◆ float_map

absl::flat_hash_map<std::string, double> float_map

Definition at line 32 of file parser_util.h.

◆ integer_array_map

absl::flat_hash_map<std::string, std::vector<int64> > integer_array_map

Definition at line 31 of file parser_util.h.

◆ integer_map

absl::flat_hash_map<std::string, int64> integer_map

Definition at line 30 of file parser_util.h.

◆ variable_array_map

absl::flat_hash_map<std::string, std::vector<IntegerVariable*> > variable_array_map

Definition at line 36 of file parser_util.h.

◆ variable_map

absl::flat_hash_map<std::string, IntegerVariable*> variable_map

Definition at line 34 of file parser_util.h.


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