module Solver:sig..end
Dealing with solver methods
val parse : string -> Ast.cmd listparse sygus string and make ast
s : sygus stringval solve : string ->
(Ast.cmd list -> IntermediateTypes.funcIngredient list -> 'a -> 'b) ->
'a -> 'bfind the correct synth-fun body of sygus string
s : sygus stringsearch : search functioncost : cost function