mirror of
https://github.com/Z3Prover/z3
synced 2025-09-05 17:47:41 +00:00
clarify unsat_core
This commit is contained in:
parent
c79a16db2a
commit
a37536e0ae
4 changed files with 27 additions and 15 deletions
|
@ -193,6 +193,10 @@ namespace polysat {
|
|||
/** Move the literals to be narrowed out of the conflict */
|
||||
sat::literal_vector take_narrow_queue();
|
||||
|
||||
/**
|
||||
* Collect external dependencies of the current conflict.
|
||||
* This only makes sense for base-level conflicts.
|
||||
*/
|
||||
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