3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

commenting

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2022-03-03 14:00:07 -08:00
parent 676ba78600
commit 87e6f103c6

View file

@ -250,8 +250,14 @@ namespace Microsoft.Z3
/// </summary>
public Z3_ast Else;
/// <summary>
/// Updates.Keys
/// </summary>
public Z3_ast[] Domain;
/// <summary>
/// Updates.Range
/// </summary>
public Z3_ast[] Range;
}