class Z3::Solver

Defined in:

z3/solver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(context : Z3::Context = Context.new) #

[View source]

Instance Method Detail

def assert(a : Ast) #

[View source]
def check : CheckResult #

[View source]
def context : Context #

[View source]
def finalize #

[View source]
def to_unsafe : LibZ3::Solver #

[View source]