25 void setVariable(const
int var_id, const
bool value);
56 bool operator==(const
WorldState& other) const;
58 [[nodiscard]]
string toString() const;
Handle console commands that start with a forward slash.
hashAlg::unordered_map< K, V, HashFun, Predicate > hashMap
std::basic_string< char, std::char_traits< char >, dvd_allocator< char > > string
int distanceTo(const WorldState &goal_state) const
bool meetsGoal(const WorldState &goal_state) const
bool getVariable(const int var_id) const
void setVariable(const int var_id, const bool value)
hashMap< I32, bool > vars_