a.binder 9 лет назад
Родитель
Сommit
fd19c795f5
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      SE/dev/php-cli/build.xml
  2. 1 1
      SE/dev/php-cli/edge_paths_with_PE_controll.xsl

+ 1 - 1
SE/dev/php-cli/build.xml

@@ -69,7 +69,7 @@
     
     <target description="shows options for project" name="help">
         <echo> Generator for telecomunications objects - concentrations points based on constraints of prices of cable and cost of cocentrators (PE).
-            This parameters are set by variables:   Set variables ( ex. sh# ant -DPE_Price=2500 -DCable_Price=2500 -Dlogic=grouped PE_and_Cables -Dmax_combinate_groups_elements=12 ) 
+            This parameters are set by variables:   Set variables ( ex. sh# ant -DPE_Price=2500 -DCable_Price=3 -Dlogic=grouped PE_and_Cables -Dmax_combinate_groups_elements=12 ) 
             
             or
             # ant -DPE_Price=2500 -DCable_Price=3000 -Dlogic=grouped -Dmax_combinate_groups_elements=18 edge_paths_with_PE_controll.xml  edge_paths_with_PE.xml biale_plamy_put_PE_to_mysql_php

+ 1 - 1
SE/dev/php-cli/edge_paths_with_PE_controll.xsl

@@ -14,7 +14,7 @@
     
     <xsl:param name="PE_Price" select="2500"/>
     <xsl:param name="Cable_Price" select="3"/>
-    <xsl:param name="max_combinate_groups_elements" select="10"/> <!-- po ile wezlow mamy grupowac do wyliczania kombinacji kosztow -->
+    <xsl:param name="max_combinate_groups_elements" select="14"/> <!-- po ile wezlow mamy grupowac do wyliczania kombinacji kosztow -->
     <xsl:param name="logic" select="'grouped'"/> <!-- tutaj robi grupy po $max_combinate_groups_elements -->
     <!--<xsl:param name="logic" select="'sorted'"/>--> <!-- tutaj robi grupy ale analizyje w grupie tylko wazniejsze/bardziej oblozone wezly -->