mirror of
https://github.com/Z3Prover/z3
synced 2026-03-16 18:20:00 +00:00
move extract saturation as an axiom
This commit is contained in:
parent
50358e43ed
commit
cf6d7d2c4b
9 changed files with 34 additions and 394 deletions
|
|
@ -430,7 +430,7 @@ namespace polysat {
|
|||
return s.trail();
|
||||
}
|
||||
|
||||
void core::add_axiom(char const* name, core_vector const& cs, bool is_redundant) {
|
||||
void core::add_axiom(char const* name, constraint_or_dependency_list const& cs, bool is_redundant) {
|
||||
s.add_axiom(name, cs.begin(), cs.end(), is_redundant);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue