Solver module
The Maat's constraint solver interface.
❱ Classes
- class maat::solver::Solver
- The generic solver interface. It should be sub-classed for implementations using specific backends (z3, yices, cvc4, ...)
❱ Functions
- auto new_solver() -> std::unique_ptr<Solver>
- Return a solver instance.