mirror of
https://github.com/Z3Prover/z3
synced 2026-05-20 17:09:35 +00:00
Fixed crasb if regex is reported SAT by pre-check
This commit is contained in:
parent
579ac6bfc4
commit
d8a6ea1321
4 changed files with 17 additions and 14 deletions
|
|
@ -75,7 +75,7 @@ namespace smt {
|
|||
// Allocates seq_factory, registers it with mg, collects
|
||||
// existing string literals, and extracts variable assignments
|
||||
// from the satisfying Nielsen leaf node.
|
||||
void init(model_generator& mg, seq::nielsen_graph& nielsen, seq_state const& state);
|
||||
void init(model_generator& mg, seq::nielsen_graph& nielsen);
|
||||
|
||||
// Phase 2: build a model_value_proc for the given enode.
|
||||
// Returns nullptr if the enode is not a sequence/string sort.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue