This class implements linear expressions.
+.. py:class:: Expression
+
+
.. py:method:: coefficient(self, symbol)
Return the coefficient value of the given symbol.
.. py:method:: tosympy(self)
Return an expression as a sympy object.
+
+.. py:class:: Symbol(Expression)
+
.. py:class:: Dummy(Symbol)