Parameter Sets. More...
Public Member Functions | |
| def | __init__ |
| def | __del__ |
| def | set |
| def | __repr__ |
| def | validate |
Data Fields | |
| ctx | |
| params | |
Parameter Sets.
Set of parameters used to configure Solvers, Tactics and Simplifiers in Z3. Consider using the function `args2params` to create instances of this object.
| def __del__ | ( | self | ) |
| def __repr__ | ( | self | ) |
| def set | ( | self, | |
| name, | |||
| val | |||
| ) |
| def validate | ( | self, | |
| ds | |||
| ) |
| ctx |
Definition at line 4352 of file z3py.py.
Referenced by Probe.__eq__(), Probe.__ge__(), ApplyResult.__getitem__(), Probe.__gt__(), Probe.__le__(), Probe.__lt__(), Probe.__ne__(), Tactic.apply(), ApplyResult.as_expr(), ApplyResult.convert_model(), Fixedpoint.get_assertions(), Fixedpoint.get_cover_delta(), Fixedpoint.get_rules(), Tactic.param_descrs(), Fixedpoint.parse_file(), Fixedpoint.parse_string(), ParamsRef.set(), Tactic.solver(), and Fixedpoint.statistics().
| params |
Definition at line 4353 of file z3py.py.
Referenced by ParamsRef.__del__(), ParamsRef.__repr__(), ParamsRef.set(), and ParamsRef.validate().
1.8.2