C# Class Microsoft.Z3.InterpolationContext

Inheritance: Context
Afficher le fichier Open project: sslab-gatech/juxta

Méthodes publiques

Méthode Description
CheckInterpolant ( Expr cnsts, uint parents, Expr interps, string &error, Expr theory ) : int

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 settings ) : System

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 ( BoolExpr a ) : BoolExpr

Create an expression that marks a formula position for interpolation.

ReadInterpolationProblem ( string filename, Expr &cnsts, uint &parents, string &error, Expr &theory ) : int

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, Expr cnsts, uint parents, Expr theory ) : void

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.

Private Methods

Méthode Description
ComputeInterpolant ( Expr pat, Params p, ASTVector &interp, Model &model ) : Z3_lbool

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 ( Expr pf, Expr pat, Params p ) : Microsoft.Z3.Expr[]

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.

Method Details

CheckInterpolant() public méthode

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.
public CheckInterpolant ( Expr cnsts, uint parents, Expr interps, string &error, Expr theory ) : int
cnsts Expr
parents uint
interps Expr
error string
theory Expr
Résultat int

InterpolationContext() public méthode

Constructor.
public InterpolationContext ( ) : System
Résultat System

InterpolationContext() public méthode

Constructor.
Context.Context(Dictionary<string, string>)
public InterpolationContext ( string>.Dictionary settings ) : System
settings string>.Dictionary
Résultat System

InterpolationProfile() public méthode

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.
public InterpolationProfile ( ) : string
Résultat string

MkInterpolant() public méthode

Create an expression that marks a formula position for interpolation.
public MkInterpolant ( BoolExpr a ) : BoolExpr
a BoolExpr
Résultat BoolExpr

ReadInterpolationProblem() public méthode

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.
public ReadInterpolationProblem ( string filename, Expr &cnsts, uint &parents, string &error, Expr &theory ) : int
filename string
cnsts Expr
parents uint
error string
theory Expr
Résultat int

WriteInterpolationProblem() public méthode

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.
public WriteInterpolationProblem ( string filename, Expr cnsts, uint parents, Expr theory ) : void
filename string
cnsts Expr
parents uint
theory Expr
Résultat void