Menu

#4 Wrong mutex detection algorithm in MutexGeneratorImpl

v1.0_(example)
closed-fixed
None
5
2015-06-19
2013-03-28
No

From Fabien Lagriffoul

I'm not sure but I think there is a bug in the method:

MutexGeneratorImpl.isMutex()

I think that the last forloop:

for(Proposition effect : operator1.getEffects()) {...

should be with "operator2" instead of "operator1".

I'm working with the source package javagp-src-0.9.2.
line 119 in MutexGeneratorImpl.java

Discussion

  • Felipe Meneguzzi

    • status: open --> open-fixed
     
  • Felipe Meneguzzi

    Bug was confirmed by Dregoth and promptly fixed, still needs to test the algorithms with existing domains.

     
  • Felipe Meneguzzi

    • status: open-fixed --> closed-fixed
    • Group: --> v1.0_(example)
     

Log in to post a comment.