]> CRI, Mines Paris - PSL - linpy.git/blobdiff - doc/linexpr.rst
Update plot examples
[linpy.git] / doc / linexpr.rst
index 41012520a707bd6aa4ea1f40c2d9e21ae59d1b8d..2aab652b63741020c7c9d3cd7c0676bd4155cba8 100644 (file)
@@ -3,6 +3,9 @@ Linear Expression Module
 
 This class implements linear expressions.
 
+.. py:class:: Expression
+
+
     .. py:method:: coefficient(self, symbol)
         
         Return the coefficient value of the given symbol.
@@ -38,6 +41,9 @@ This class implements linear expressions.
     .. py:method:: tosympy(self)
     
         Return an expression as a sympy object.    
+
+.. py:class:: Symbol(Expression)
+        
           
 .. py:class:: Dummy(Symbol)