Loading slowbeast/symexe/executionstate.py +3 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,9 @@ class SEState(ExecutionState): return r return self._solver.is_sat(expr) def try_is_sat(self, timeout, *e): return self._solver.try_is_sat(timeout, *e) def isfeasible(self): """ Solve the PC and return True if it is sat. Handy in the cases Loading Loading
slowbeast/symexe/executionstate.py +3 −0 Original line number Diff line number Diff line Loading @@ -106,6 +106,9 @@ class SEState(ExecutionState): return r return self._solver.is_sat(expr) def try_is_sat(self, timeout, *e): return self._solver.try_is_sat(timeout, *e) def isfeasible(self): """ Solve the PC and return True if it is sat. Handy in the cases Loading