|
|
@@ -455,7 +455,7 @@
|
|
|
<xsl:choose>
|
|
|
<xsl:when test="$candidates/bp:Path_Point/PathsCrossed[@NeighJoin_way_up_ID_Join or @NeighJoin_way_dn_ID_Join]">
|
|
|
<xsl:message>#534 there are PathsCrossed - allow to decrease -1</xsl:message>
|
|
|
- <xsl:value-of select="1"/>
|
|
|
+ <xsl:value-of select="0"/>
|
|
|
</xsl:when>
|
|
|
<xsl:otherwise><xsl:value-of select="1"/></xsl:otherwise>
|
|
|
</xsl:choose>
|
|
|
@@ -550,7 +550,7 @@
|
|
|
<xsl:param name="max_bit" required="yes"/>
|
|
|
<xsl:param name="best_cost"/><xsl:param name="best_variant"/>
|
|
|
<xsl:param name="poprzednie_odpalam_liczenie_or_nie"/>
|
|
|
- <xsl:param name="PathsCrossed" select="0"/><!-- do jednorazowego wyzwolenia przez fukcje, aby tylko raz odjelo wariant zerowy -->
|
|
|
+ <!-- do jednorazowego wyzwolenia przez fukcje, aby tylko raz odjelo wariant zerowy -->
|
|
|
|
|
|
|
|
|
<xsl:variable name="bit" select=" string-join(bp:decimalToBitFill($variant,$elements_cnt),'')"/>
|