mirror of
https://github.com/Z3Prover/z3
synced 2025-08-19 17:50:23 +00:00
wip - remove stale skaffolding for retrieving sub-hints.
This commit is contained in:
parent
d88384fd51
commit
a25247aa7b
22 changed files with 34 additions and 37 deletions
|
@ -2890,8 +2890,7 @@ namespace sat {
|
|||
SASSERT(m_ext);
|
||||
auto idx = js.get_ext_justification_idx();
|
||||
m_ext_antecedents.reset();
|
||||
proof_hint* ph = nullptr;
|
||||
m_ext->get_antecedents(consequent, idx, m_ext_antecedents, probing, ph);
|
||||
m_ext->get_antecedents(consequent, idx, m_ext_antecedents, probing);
|
||||
}
|
||||
|
||||
bool solver::is_two_phase() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue