3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 20:05:51 +00:00

fix unsoundness bug in axiomatization of str.at. #1067

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-06-13 19:02:59 -07:00
parent 6bce173248
commit a59ee8032c
3 changed files with 5 additions and 4 deletions

View file

@ -342,6 +342,5 @@ namespace Microsoft.Z3
Context.CheckContextMatch<Expr>(args);
return Expr.Create(Context, this, args);
}
}
}