mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 21:50:52 +00:00
correctly check third argument of str.indexof in theory_str
This commit is contained in:
parent
b581ab70ed
commit
b3ebcfe558
2 changed files with 26 additions and 23 deletions
|
@ -447,7 +447,7 @@ protected:
|
|||
void instantiate_axiom_suffixof(enode * e);
|
||||
void instantiate_axiom_Contains(enode * e);
|
||||
void instantiate_axiom_Indexof(enode * e);
|
||||
void instantiate_axiom_Indexof2(enode * e);
|
||||
void instantiate_axiom_Indexof_extended(enode * e);
|
||||
void instantiate_axiom_LastIndexof(enode * e);
|
||||
void instantiate_axiom_Substr(enode * e);
|
||||
void instantiate_axiom_Replace(enode * e);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue