class documentation

class SMTLibScriptDumperMixin: (source)

Known subclasses: claripy.solvers.SolverStrings

View In Hierarchy

Undocumented

Method get_smtlib_script_satisfiability Return an smt-lib script that check the satisfiability of the current constraints
def get_smtlib_script_satisfiability(self, extra_constraints=(), extra_variables=()): (source)

Return an smt-lib script that check the satisfiability of the current constraints :return string: smt-lib script