Public Member Functions | |
| def | __init__ |
| def | __deepcopy__ |
| def | __del__ (self) |
| def | size (self) |
| def | __len__ (self) |
| def | get_name (self, i) |
| def | get_kind (self, n) |
| def | get_documentation (self, n) |
| def | __getitem__ (self, arg) |
| def | __repr__ (self) |
Data Fields | |
| ctx | |
| descr | |
Set of parameter descriptions for Solvers, Tactics and Simplifiers in Z3.
| def __init__ | ( | self, | |
| descr, | |||
ctx = None |
|||
| ) |
| def __del__ | ( | self | ) |
| def __len__ | ( | self | ) |
Return the size of in the parameter description `self`.
Definition at line 5443 of file z3py.py.
Referenced by AstVector.__getitem__(), and AstVector.__setitem__().
| def __repr__ | ( | self | ) |
| def get_documentation | ( | self, | |
| n | |||
| ) |
| def get_kind | ( | self, | |
| n | |||
| ) |
Return the kind of the parameter named `n`.
Definition at line 5453 of file z3py.py.
Referenced by ParamDescrsRef.__getitem__().
| def get_name | ( | self, | |
| i | |||
| ) |
Return the i-th parameter name in the parameter description `self`.
Definition at line 5448 of file z3py.py.
Referenced by ParamDescrsRef.__getitem__().
| def size | ( | self | ) |
Return the size of in the parameter description `self`.
Definition at line 5438 of file z3py.py.
Referenced by ParamDescrsRef.__len__(), and Goal.__len__().
| ctx |
Definition at line 5427 of file z3py.py.
Referenced by Goal.__copy__(), AstVector.__copy__(), FuncInterp.__copy__(), ModelRef.__copy__(), ParamDescrsRef.__deepcopy__(), Goal.__deepcopy__(), AstVector.__deepcopy__(), AstMap.__deepcopy__(), FuncEntry.__deepcopy__(), FuncInterp.__deepcopy__(), ModelRef.__deepcopy__(), Fixedpoint.__deepcopy__(), Optimize.__deepcopy__(), ApplyResult.__deepcopy__(), Tactic.__deepcopy__(), Probe.__deepcopy__(), Probe.__eq__(), Probe.__ge__(), AstVector.__getitem__(), AstMap.__getitem__(), ModelRef.__getitem__(), ApplyResult.__getitem__(), Probe.__gt__(), Probe.__le__(), Probe.__lt__(), Probe.__ne__(), Fixedpoint.add_rule(), Optimize.add_soft(), Tactic.apply(), FuncEntry.arg_value(), Goal.as_expr(), ApplyResult.as_expr(), Optimize.assert_and_track(), Goal.assert_exprs(), Fixedpoint.assert_exprs(), Optimize.assert_exprs(), Optimize.assertions(), Goal.convert_model(), ModelRef.decls(), FuncInterp.else_value(), FuncInterp.entry(), ModelRef.eval(), Goal.get(), Fixedpoint.get_answer(), Fixedpoint.get_assertions(), Fixedpoint.get_cover_delta(), ParamDescrsRef.get_documentation(), Fixedpoint.get_ground_sat_answer(), ModelRef.get_interp(), ParamDescrsRef.get_kind(), ParamDescrsRef.get_name(), Fixedpoint.get_rule_names_along_trace(), Fixedpoint.get_rules(), Fixedpoint.get_rules_along_trace(), ModelRef.get_sort(), ModelRef.get_universe(), AstMap.keys(), Optimize.model(), Optimize.objectives(), Fixedpoint.param_descrs(), Optimize.param_descrs(), Tactic.param_descrs(), Fixedpoint.parse_file(), Fixedpoint.parse_string(), Fixedpoint.query(), Fixedpoint.set(), Optimize.set(), Optimize.set_on_model(), Tactic.solver(), Fixedpoint.statistics(), Optimize.statistics(), Solver.to_smt2(), Optimize.unsat_core(), Fixedpoint.update_rule(), and FuncEntry.value().
| descr |
Definition at line 5428 of file z3py.py.
Referenced by ParamDescrsRef.__deepcopy__(), ParamDescrsRef.__del__(), ParamDescrsRef.__repr__(), ParamDescrsRef.get_documentation(), ParamDescrsRef.get_kind(), ParamDescrsRef.get_name(), and ParamDescrsRef.size().
1.8.10