]> CRI, Mines Paris - PSL - linpy.git/blobdiff - doc/domain.rst
Change pypol to linpy
[linpy.git] / doc / domain.rst
index e45b0fb4ff19d9237cb7c691d5aa6f6daee2d622..7098c32e32c3f868039b5c5b88c456478b082f95 100644 (file)
@@ -17,10 +17,13 @@ Domains Module
     
         Returns a domain as disjoint.
         
     
         Returns a domain as disjoint.
         
-    .. py:method:: involves_vars(self, vars)
-    
-       Returns ``True`` if a domain depends on the given variables.
+    .. py:method:: num_parameters   
+        
+        Returns the total number of parameters, input, output or dimensions in a domain.
         
         
+    .. py:method:: involves_dims(self, dims)
+    
+       Returns ``True`` if a domain depends on the given dimensions. 
         
     The unary properties of a domain can be inspected using the following methods. 
     
         
     The unary properties of a domain can be inspected using the following methods.