mirror of
https://github.com/Z3Prover/z3
synced 2026-05-21 09:29:35 +00:00
add back cur_path as a local variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9893a09fad
commit
8eaa9d9e6b
4 changed files with 20 additions and 23 deletions
|
|
@ -93,7 +93,7 @@ namespace smt {
|
|||
private:
|
||||
// extract variable assignments from the sat path (root-to-leaf edges).
|
||||
// Composes substitutions along the path to compute final var values.
|
||||
void extract_assignments(svector<seq::nielsen_edge*> const& sat_path);
|
||||
void extract_assignments(ptr_vector<seq::nielsen_edge> const& sat_path);
|
||||
|
||||
// recursively substitute known variable assignments into an snode tree.
|
||||
// Returns a concrete Z3 expression.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue