3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-27 02:45:51 +00:00

add additional regex operators to API

This commit is contained in:
Nikolaj Bjorner 2022-02-20 10:29:18 +02:00
parent 2e00f2f32d
commit 7091b1c856
3 changed files with 17 additions and 7 deletions

View file

@ -2497,7 +2497,7 @@ namespace Microsoft.Z3
}
/// <summary>
/// Check if the string s1 is lexicographically strictly less than s2.
/// Check if the string s1 is lexicographically less or equal to s2.
/// </summary>
public BoolExpr MkStringLe(SeqExpr s1, SeqExpr s2)
{