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 __init__ | ( | self, | |
ctx = None |
|||
| ) |
Definition at line 4495 of file z3py.py.
| def __del__ | ( | self | ) |
| def __repr__ | ( | self | ) |
| def set | ( | self, | |
| name, | |||
| val | |||
| ) |
Set parameter name with value val.
Definition at line 4503 of file z3py.py.
| def validate | ( | self, | |
| ds | |||
| ) |
| ctx |
Definition at line 4496 of file z3py.py.
Referenced by Probe.__eq__(), Probe.__ge__(), ApplyResult.__getitem__(), Probe.__gt__(), Probe.__le__(), Probe.__lt__(), Probe.__ne__(), Fixedpoint.add_rule(), Optimize.add_soft(), Tactic.apply(), ApplyResult.as_expr(), Fixedpoint.assert_exprs(), ApplyResult.convert_model(), Fixedpoint.get_answer(), Fixedpoint.get_assertions(), Fixedpoint.get_cover_delta(), Fixedpoint.get_rules(), Optimize.model(), Fixedpoint.param_descrs(), Optimize.param_descrs(), Tactic.param_descrs(), Fixedpoint.parse_file(), Fixedpoint.parse_string(), Fixedpoint.query(), ParamsRef.set(), Fixedpoint.set(), Optimize.set(), Tactic.solver(), Fixedpoint.statistics(), Optimize.statistics(), Solver.to_smt2(), and Fixedpoint.update_rule().
| params |
Definition at line 4497 of file z3py.py.
Referenced by ParamsRef.__del__(), ParamsRef.__repr__(), ParamsRef.set(), and ParamsRef.validate().
1.8.5