Menu

#92 Executability of existential quantifiers in jmlc

open
nobody
3
2013-10-27
2004-03-28
No

The jmlc can execute the first quantifier, but not the
second one;

//@ requires (\exists Object e; s.contains(e) && e !=
null);

//@ requires (\exists Object e; s.contains(e));

Perhaps, it is looking for patterns like "R && P" when
determining the domains of existential quantifiers, where
R is a predicate constraining the quantified variables.

Discussion

  • Yoonsik Cheon

    Yoonsik Cheon - 2005-08-25
    • assigned_to: cheon --> nobody
     
  • Gary T. Leavens

    Gary T. Leavens - 2006-05-19
    • labels: 477024 --> jmlrac (i.e., the jmlc tool)
    • milestone: 248386 --> self_reported
    • priority: 6 --> 3
    • summary: Executability of existential quantifiers --> Executability of existential quantifiers in jmlc
     

Log in to post a comment.