mirror of
https://github.com/Z3Prover/z3
synced 2025-06-19 04:13:38 +00:00
commenting
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
676ba78600
commit
87e6f103c6
1 changed files with 6 additions and 0 deletions
|
@ -250,8 +250,14 @@ namespace Microsoft.Z3
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Z3_ast Else;
|
public Z3_ast Else;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Updates.Keys
|
||||||
|
/// </summary>
|
||||||
public Z3_ast[] Domain;
|
public Z3_ast[] Domain;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Updates.Range
|
||||||
|
/// </summary>
|
||||||
public Z3_ast[] Range;
|
public Z3_ast[] Range;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue