home › Forums › # Technical Support › strange problem on visual studio › Reply To: strange problem on visual studio
February 27, 2016 at 06:14
#2078
Keymaster
Thanks for posting the solution.
Please, check the method Engine::configure(tnorm, snorm, implication, aggregation, defuzzifier)
. You should be able to do so: engine.configure("AlgebraicProduct", "Maximum", "Minimum", "Maximum", "Centroid")
. Check QtFuzzyLite for more help.
Cheers.