Menu

#409 Associative Predicate does not accept <=>

1.2
closed-invalid
5
2010-02-26
2010-02-25
wohuai
No

When constructing an associative predicate with <=>, I get an AssertionError.

Discussion

  • Laurent Voisin

    Laurent Voisin - 2010-02-25
    • assigned_to: carinepascal --> lvoisin
    • status: open --> closed-invalid
     
  • Laurent Voisin

    Laurent Voisin - 2010-02-25

    Equivalence is not an AssociatiePredicate in the AST Library, it is a BinaryPredicate.

    From the Javadoc of org.eventb.core.ast.Formula.LEQV:
    /**
    * <code>LEQV</code> represents \u21d4
    *
    * @see BinaryPredicate
    */

     
  • wohuai

    wohuai - 2010-02-25

    The class comment of AssociativePredicate says that LEQV is a legal tag for associative predicates.

     
  • wohuai

    wohuai - 2010-02-25
    • status: closed-invalid --> open-invalid
     
  • Thomas Muller

    Thomas Muller - 2010-02-26
    • status: open-invalid --> closed-invalid
     
  • Thomas Muller

    Thomas Muller - 2010-02-26

    Corrected comment in r8344. AssociativePredicate can only accept tags from {LAND,LOR}.

     

Log in to post a comment.