We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@wrap
#2 methods for generic function "model_eval": model_eval(ctx::Z3.Context, m::Z3.Model, t::Union{Z3.AppAst{T},Z3.Ast,Z3.FuncDeclAst,Z3.NumeralAst{T<:Real},Z3.QuantifierAst,Z3.RealVarAst{T<:Real},Z3.SortAst,Z3.UnknownAst,Z3.VarAst{T}}, model_completion::Int32, v::Array{T,1}) model_eval(m::Z3.Model, t::Union{Z3.AppAst{T},Z3.Ast,Z3.FuncDeclAst,Z3.NumeralAst{T<:Real},Z3.QuantifierAst,Z3.RealVarAst{T<:Real},Z3.SortAst,Z3.UnknownAst,Z3.VarAst{T}}, model_completion::Int32, v::Array{T,1})
It interprets the last two params as model_completion::Int32, v::Array{T,1}
model_completion::Int32, v::Array{T,1}
Should it?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It interprets the last two params as
model_completion::Int32, v::Array{T,1}
Should it?
The text was updated successfully, but these errors were encountered: