rellic
rellic copied to clipboard
Investigate integration of other SMT solvers via `smt-switch`
Smt-Switch is a generic C++ API for SMT solving. It provides abstract classes which can be implemented by different SMT solvers, including Z3, CVC5 and more.
This could provide access to different simplification approaches for example.