mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
invalidated reference
This commit is contained in:
parent
b808dece15
commit
18eeb48b34
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ next:
|
|||
*/
|
||||
dependency_vector viable::explain() {
|
||||
dependency_vector result;
|
||||
explanation const& last = m_explain.back();
|
||||
explanation const last = m_explain.back();
|
||||
|
||||
verbose_stream() << "\n\n\n\n\nviable::explain: " << m_explain_kind << " v" << m_var << "\n";
|
||||
display_explain(verbose_stream()) << "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue