mu
t
able
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
m
ai
heuristic_search_heuristic
m::ai::heuristic_search_heuristic Concept Reference
#include <
HeuristicSearch.hpp
>
Concept definition
template
<
typename
Heuristic,
typename
... Context>
concept
m::ai::heuristic_search_heuristic
=
heuristic_search_state<typename Heuristic::state_type>
and
requires
(Heuristic &H,
const
typename
Heuristic::state_type &S, Context&... ctx) {
{ H.operator()(S, ctx...) } -> std::convertible_to<double>;
}
m::ai::heuristic_search_heuristic
Definition:
HeuristicSearch.hpp:59
m::ai::heuristic_search_state
Definition:
HeuristicSearch.hpp:38
m::and
and
Definition:
enum_ops.hpp:12
Detailed Description
Definition at line
59
of file
HeuristicSearch.hpp
.
mu
t
able website
GitHub
Generated by
1.9.6