EqualityEvent¶
- class pqp.symbols.EqualityEvent(var, val)¶
Bases:
StatisticalEvent
Represents setting a variable to a value
- val¶
The value to set the variable to (cannot be a Variable)
- Type:
object
Methods Summary
get_var
()Returns the variable which is constrained by the event
to_latex
()Methods Documentation
- get_var()¶
Returns the variable which is constrained by the event
- to_latex()¶