3#include <clingo/input/program.hh>
5#include <clingo/util/unordered_map.hh>
7namespace CppClingo::Input {
23 [[nodiscard]]
auto counts() const -> Util::unordered_map<
String,
size_t> const &;
29 Util::unordered_map<
String,
size_t> const *counts_;
Reference to a string stored in a symbol store.
Definition symbol.hh:18
std::variant< BdLitSimple, BdLitConjunction, BdLitAggregate, BdLitSetAggregate, BdLitTheoryAtom > BdLit
A body literal.
Definition body_literal.hh:116
tsl::hopscotch_map< Key, T, Hash, KeyEqual, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy > unordered_map
Alias for unordered maps.
Definition unordered_map.hh:17