mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 18:36:16 +00:00
remove template Context dependency in every trail object
This commit is contained in:
parent
df0a449f70
commit
a152bb1e80
65 changed files with 413 additions and 413 deletions
|
@ -58,7 +58,7 @@ literal_vector collect_induction_literals::pre_select() {
|
|||
}
|
||||
TRACE("induction", ctx.display(tout << "literal index: " << m_literal_index << "\n" << result << "\n"););
|
||||
|
||||
ctx.push_trail(value_trail<context, unsigned>(m_literal_index));
|
||||
ctx.push_trail(value_trail<unsigned>(m_literal_index));
|
||||
m_literal_index = ctx.assigned_literals().size();
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue