Method | Description | |
---|---|---|
ConstInterp ( |
Retrieves the interpretation (the assignment) of a in the model.
|
|
ConstInterp ( |
Retrieves the interpretation (the assignment) of f in the model.
|
|
Eval ( |
Evaluates the expression t in the current model. This function may fail if t contains quantifiers, is partial (MODEL_PARTIAL enabled), or if t is not well-sorted. In this case a |
|
Evaluate ( |
Alias for
|
|
FuncInterp ( |
Retrieves the interpretation (the assignment) of a non-constant f in the model.
|
|
SortUniverse ( Microsoft.Z3.Sort s ) : Microsoft.Z3.Expr[] |
The finite set of distinct values that represent the interpretation for sort s.
|
|
ToString ( ) : string |
Conversion of models to strings.
|
Method | Description | |
---|---|---|
DecRef ( |
||
IncRef ( |
||
Model ( |
public ConstInterp ( |
||
f | A function declaration of zero arity | |
return |
public Eval ( |
||
t | An expression | |
completion | bool | /// When this flag is enabled, a model value will be assigned to any constant /// or function that does not have an interpretation in the model. /// |
return |
public Evaluate ( |
||
t | ||
completion | bool | |
return |
public FuncInterp ( |
||
f | A function declaration of non-zero arity | |
return |
public SortUniverse ( Microsoft.Z3.Sort s ) : Microsoft.Z3.Expr[] | ||
s | Microsoft.Z3.Sort | An uninterpreted sort |
return | Microsoft.Z3.Expr[] |