Salome HOME
Documentation update and method improvement
[modules/adao.git] / doc / en / snippets / Variant_MOP.rst
index a8def457928ef2f22d1f0179f1b8bfe85548316b..cf15a3ff00a15429e31e6d4e2a25004fa3f293ac 100644 (file)
@@ -1,15 +1,24 @@
 .. index::
     single: Variant
+    pair: Variant ; EIM
+    pair: Variant ; DEIM
+    pair: Variant ; lcEIM
+    pair: Variant ; lcDEIM
     pair: Variant ; PositioningByEIM
+    pair: Variant ; PositioningByDEIM
     pair: Variant ; PositioningBylcEIM
+    pair: Variant ; PositioningBylcDEIM
 
 Variant
   *Predefined name*.  This key allows to choose one of the possible variants
   for the optimal positioning search. The default variant is the constrained by
-  excluded locations "PositioningBylcEIM", and the possible choices are
-  "PositioningByEIM" (using the original EIM algorithm),
-  "PositioningBylcEIM" (using the constrained by excluded locations EIM, named "Location Constrained EIM").
+  excluded locations "lcEIM" or "PositioningBylcEIM", and the possible choices
+  are "EIM" or "PositioningByEIM" (using the original EIM algorithm), "lcEIM"
+  or "PositioningBylcEIM" (using the constrained by excluded locations EIM,
+  named "Location Constrained EIM"), "DEIM" or "PositioningByDEIM" (using the
+  original DEIM algorithm), "lcDEIM" or "PositioningBylcDEIM" (using the
+  constrained by excluded locations DEIM, named "Location Constrained DEIM").
   It is highly recommended to keep the default value.
 
   Example :
-  ``{"Variant":"PositioningBylcEIM"}``
+  ``{"Variant":"lcEIM"}``