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:
parent
2e00f2f32d
commit
7091b1c856
3 changed files with 17 additions and 7 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue