mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m::ai::heuristic_search_state Concept Reference

#include <HeuristicSearch.hpp>

Concept definition

template<typename State>
std::is_class_v<State> and
std::is_class_v<typename State::base_type> and
std::movable<State> and
requires (const State &S, const State *parent) {
{ S.g() } -> std::convertible_to<double>;
{ S.decrease_g(parent, double(0)) } -> std::same_as<void>;
}
and
Definition: enum_ops.hpp:12

Detailed Description

Definition at line 38 of file HeuristicSearch.hpp.