Clingo
|
Interface providing the necessary data to inspect atom, term, and theory bases. More...
#include <solver.hh>
Public Member Functions | |
virtual | ~BaseView ()=default |
The default destructor. | |
auto | bases () const -> Ground::Bases const & |
Get a reference to the underlying atom bases. | |
auto | term_base () const -> TermBaseMap const & |
Get a reference to the underlying term bases. | |
auto | clasp_program () const -> Clasp::Asp::LogicProgram const & |
Get a reference to the underlying facade. | |
auto | clasp_theory () const -> Potassco::TheoryData const & |
Get a reference to the underlying facade. | |
Interface providing the necessary data to inspect atom, term, and theory bases.