mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
17c7f2e826
commit
ed3c9e1f27
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ namespace polysat {
|
|||
|
||||
class solver_interface {
|
||||
public:
|
||||
virtual ~solver_interface() {}
|
||||
virtual void add_eq_literal(pvar v, rational const& val) = 0;
|
||||
virtual void set_conflict(dependency_vector const& core) = 0;
|
||||
virtual void set_lemma(core_vector const& aux_core, unsigned level, dependency_vector const& core) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue