symbolic.Predicate¶
- class symbolic.Predicate¶
Bases:
pybind11_object
- __init__(*args, **kwargs)¶
Methods
__init__
(*args, **kwargs)to_string
(self, arg0)Creates a string representation of the predicate with the given arguments.
Attributes
Predicate head.
Combination generator for predicate parameters.
List of predicate parameters.
- property name¶
Predicate head.
- Type:
See also
- property parameter_generator¶
Combination generator for predicate parameters.
- Type:
symbolic.ParameterGenerator
See also
- property parameters¶
List of predicate parameters.
- Type:
symbolic.Object
See also
- to_string(self: symbolic.pysymbolic.Predicate, arg0: List[str]) str ¶
Creates a string representation of the predicate with the given arguments.
See also