I have a project in my studying that to build a fuzzy expert system to reduce power consumption in home automation. I started with Qt (c++) to build GUI interfaces of my project. I found FuzzyLite, it provides many all fuzzy logic requirements, but in the other hand it doesn't support the ability to deal with Rules as CLIPS (e.g. I need to set Certainty Factor and Go backward chainig ... etc) Then, I end up with Fuzzy Jess but it's completely integrated with JAVA. Summary: I need to put rules as...