fuzzylite / jfuzzylite

jfuzzylite: a fuzzy logic control library in Java
https://fuzzylite.com/
GNU General Public License v3.0
42 stars 21 forks source link

Bug: Double parentheses in rules #5

Closed jcrada closed 8 years ago

jcrada commented 8 years ago

new Function().toPostfix("if ((Ambient is DARK)) then Power is HIGH"); produces a NullPointerException.