You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
As a user, I would like to have a choice of (underlying) sat solver, s.t. if the one included in Deppy is insufficient, I can substitute it by something else
Summary / Background
Deppy is a framework for creating/configuring solvers for any purpose. The underlying sat solver should be a pluggable component of the framework
Acceptance Criteria
SatSolver package can be yanked to its own repo without side-effects
There's sufficient layers of abstraction between the Solver API and the sat solver to make the sat solver pluggable
User Story
As a user, I would like to have a choice of (underlying) sat solver, s.t. if the one included in Deppy is insufficient, I can substitute it by something else
Summary / Background
Deppy is a framework for creating/configuring solvers for any purpose. The underlying sat solver should be a pluggable component of the framework
Acceptance Criteria
Scenarios
Assumptions
Links (docs, drawings, designs, etc)
Deppy-as-a-Framework
Dependencies
Definition of Done