Internal base class for interfacing with native Z3 objects. Should not be used externally. More...
Public Member Functions | |
void | Dispose () |
Disposes of the underlying native Z3 object. More... | |
Properties | |
Context | Context [get] |
Access Context object More... | |
Internal base class for interfacing with native Z3 objects. Should not be used externally.
Definition at line 32 of file Z3Object.cs.
|
inline |
Disposes of the underlying native Z3 object.
Definition at line 45 of file Z3Object.cs.
Access Context object
Definition at line 110 of file Z3Object.cs.
Referenced by OnClause.OnClause(), BoolExpr.operator!(), BoolExpr.operator&(), ArithExpr.operator*(), ArithExpr.operator+(), ArithExpr.operator-(), ArithExpr.operator/(), ArithExpr.operator<(), ArithExpr.operator<=(), AST.operator==(), FuncDecl.operator==(), Sort.operator==(), ArithExpr.operator>(), ArithExpr.operator>=(), BoolExpr.operator^(), BoolExpr.operator|(), and UserPropagator.UserPropagator().