remove default nsolves parameter from solve_n (#266)
This commit is contained in:
parent
0029c8fdc5
commit
ea4f8edfd4
@ -220,7 +220,7 @@ class State(object):
|
|||||||
'''
|
'''
|
||||||
return self._solver.get_value(self.constraints, expr)
|
return self._solver.get_value(self.constraints, expr)
|
||||||
|
|
||||||
def solve_n(self, expr, nsolves=1, policy='minmax'):
|
def solve_n(self, expr, nsolves, policy='minmax'):
|
||||||
'''
|
'''
|
||||||
Concretize a symbolic :class:`~manticore.core.smtlib.expression.Expression` into
|
Concretize a symbolic :class:`~manticore.core.smtlib.expression.Expression` into
|
||||||
`nsolves` solutions.
|
`nsolves` solutions.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user