mirror of
https://github.com/Z3Prover/z3
synced 2025-06-15 10:26:16 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e1e8d15827
commit
248a3676af
1 changed files with 2 additions and 2 deletions
|
@ -254,9 +254,9 @@ namespace Microsoft.Z3
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public Z3_ast Else;
|
public Z3_ast Else;
|
||||||
|
|
||||||
public Z3_sort[] Domain;
|
public Z3_ast[] Domain;
|
||||||
|
|
||||||
public Z3_sort[] Range;
|
public Z3_ast[] Range;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue