mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
Add warning to not trust the unsat cores yet
This commit is contained in:
parent
4dc05447ad
commit
f91bb12f0e
1 changed files with 1 additions and 0 deletions
|
@ -1311,6 +1311,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
void solver::unsat_core(dependency_vector& deps) {
|
||||
verbose_stream() << "WARNING: unsat_core requested but dependency tracking in polysat is TODO\n";
|
||||
deps.reset();
|
||||
LOG("conflict" << m_conflict);
|
||||
for (auto c : m_conflict) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue