mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
stub for conflict::find_deps
This commit is contained in:
parent
1bb68a4fc1
commit
576e0b70b2
3 changed files with 25 additions and 7 deletions
|
@ -195,6 +195,8 @@ namespace polysat {
|
|||
/** Move the literals to be narrowed out of the conflict */
|
||||
sat::literal_vector take_narrow_queue();
|
||||
|
||||
void find_deps(dependency_vector& out_deps) const;
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue