Method | Description | |
---|---|---|
CheckInterpolant ( |
Checks the correctness of an interpolant. For more information on interpolation please refer too the function Z3_check_interpolant in the C/C++ API, which is well documented. |
|
InterpolationContext ( ) : System |
Constructor.
|
|
InterpolationContext ( string>.Dictionary |
Constructor. Context.Context(Dictionary<string, string>) |
|
InterpolationProfile ( ) : string |
Return a string summarizing cumulative time used for interpolation. For more information on interpolation please refer too the function Z3_interpolation_profile in the C/C++ API, which is well documented. |
|
MkInterpolant ( |
Create an expression that marks a formula position for interpolation.
|
|
ReadInterpolationProblem ( string filename, |
Reads an interpolation problem from a file. For more information on interpolation please refer too the function Z3_read_interpolation_problem in the C/C++ API, which is well documented. |
|
WriteInterpolationProblem ( string filename, |
Writes an interpolation problem to a file. For more information on interpolation please refer too the function Z3_write_interpolation_problem in the C/C++ API, which is well documented. |
Method | Description | |
---|---|---|
ComputeInterpolant ( |
Computes an interpolant. For more information on interpolation please refer too the function Z3_compute_interpolant in the C/C++ API, which is well documented. |
|
GetInterpolant ( |
Computes an interpolant. For more information on interpolation please refer too the function Z3_get_interpolant in the C/C++ API, which is well documented. |
public CheckInterpolant ( |
||
cnsts | ||
parents | uint | |
interps | ||
error | string | |
theory | ||
return | int |
public InterpolationContext ( string>.Dictionary |
||
settings | string>.Dictionary | |
return | System |
public MkInterpolant ( |
||
a | ||
return |
public ReadInterpolationProblem ( string filename, |
||
filename | string | |
cnsts | ||
parents | uint | |
error | string | |
theory | ||
return | int |
public WriteInterpolationProblem ( string filename, |
||
filename | string | |
cnsts | ||
parents | uint | |
theory | ||
return | void |