|
@@ -614,7 +614,7 @@
|
|
|
<xsl:message>#80 try to find next $max_bit <xsl:value-of select="$max_bit"/> >$elements_cnt=<xsl:value-of select="$elements_cnt"/>; in $variant=<xsl:value-of select="$variant"/>;</xsl:message>
|
|
<xsl:message>#80 try to find next $max_bit <xsl:value-of select="$max_bit"/> >$elements_cnt=<xsl:value-of select="$elements_cnt"/>; in $variant=<xsl:value-of select="$variant"/>;</xsl:message>
|
|
|
<xsl:variable name="variant_found" select="bp:next_bit_max($variant,$max_bit,$elements_cnt,0)"/>
|
|
<xsl:variable name="variant_found" select="bp:next_bit_max($variant,$max_bit,$elements_cnt,0)"/>
|
|
|
<xsl:value-of select="$variant_found"/>
|
|
<xsl:value-of select="$variant_found"/>
|
|
|
- <xsl:message>... $variant_found <xsl:value-of select="$variant_found"/>;</xsl:message>
|
|
|
|
|
|
|
+
|
|
|
</xsl:when>
|
|
</xsl:when>
|
|
|
<xsl:otherwise>
|
|
<xsl:otherwise>
|
|
|
<xsl:value-of select="$variant"/>
|
|
<xsl:value-of select="$variant"/>
|
|
@@ -623,7 +623,7 @@
|
|
|
</xsl:variable>
|
|
</xsl:variable>
|
|
|
|
|
|
|
|
<xsl:variable name="bit" select=" string-join(bp:decimalToBitFill($variant,$elements_cnt),'')"/>
|
|
<xsl:variable name="bit" select=" string-join(bp:decimalToBitFill($variant,$elements_cnt),'')"/>
|
|
|
-
|
|
|
|
|
|
|
+ <xsl:message>... $variant_found <xsl:value-of select="$variant_found"/>; $bit=<xsl:value-of select="$bit"/></xsl:message>
|
|
|
<xsl:variable name="cand_to_calc">
|
|
<xsl:variable name="cand_to_calc">
|
|
|
<xsl:for-each select="$candidates/bp:Path_Point">
|
|
<xsl:for-each select="$candidates/bp:Path_Point">
|
|
|
<!--<xsl:sort select="number(@distance)"/>-->
|
|
<!--<xsl:sort select="number(@distance)"/>-->
|