mirror of
https://github.com/Z3Prover/z3
synced 2025-04-26 02:25:32 +00:00
add 'distinct' to C++ API
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d1376343c7
commit
4c95bb4dd9
3 changed files with 15 additions and 0 deletions
|
@ -320,6 +320,7 @@ namespace Microsoft.Z3
|
|||
/// Indicates whether the term is an implication
|
||||
/// </summary>
|
||||
public bool IsImplies { get { return FuncDecl.DeclKind == Z3_decl_kind.Z3_OP_IMPLIES; } }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Arithmetic Terms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue