3
0
Fork 0
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:
Jakob Rath 2023-01-25 12:30:27 +01:00
parent 4dc05447ad
commit f91bb12f0e

View file

@ -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) {