C# Class Microsoft.Z3.ApplyResult

Inheritance: Z3Object
Exibir arquivo Open project: sslab-gatech/juxta Class Usage Examples

Public Methods

Method Description
ConvertModel ( uint i, Model m ) : Model

Convert a model for the subgoal i into a model for the original goal g, that the ApplyResult was obtained from.

ToString ( ) : string

A string representation of the ApplyResult.

Private Methods

Method Description
ApplyResult ( Context ctx, IntPtr obj ) : System
DecRef ( IntPtr o ) : void
IncRef ( IntPtr o ) : void

Method Details

ConvertModel() public method

Convert a model for the subgoal i into a model for the original goal g, that the ApplyResult was obtained from.
public ConvertModel ( uint i, Model m ) : Model
i uint
m Model
return Model

ToString() public method

A string representation of the ApplyResult.
public ToString ( ) : string
return string