Skip to content

Commit

Permalink
Merge pull request #378 from pysmt/i364/set_option
Browse files Browse the repository at this point in the history
Removed Solver.set_options
  • Loading branch information
mikand committed Oct 21, 2016
2 parents 20c62c6 + e313fad commit e43f3cf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pysmt/solvers/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,6 @@ def get_py_values(self, formulae):
res[f] = v
return res

def set_options(self, options):
"""Sets multiple options at once.
:param options: Options to be set
:type options: Dictionary
"""
raise NotImplementedError

def __enter__(self):
"""Manages entering a Context (i.e., with statement)"""
return self
Expand Down

0 comments on commit e43f3cf

Please sign in to comment.