conjure-cp / VIP

1 stars 1 forks source link

Add an E' backend #16

Open ozgurakgun opened 4 months ago

ozgurakgun commented 4 months ago

This will be reasonably straightforward and would allow conjure-oxide to reach full feature coverage very quickly. We output textual essence prime and call savilerow for solving.

niklasdewally commented 4 months ago

Steps to implement

We have a generic solver API which exposes a common interface for all solvers. To add a new backend, one must implement all the functions for the SolverAdaptor interface/trait for it.

Relevant docs: