A fuzzy logic C++ library
Defines | Functions
demo-tipping.cpp File Reference

Programmaticaly build of FIS of the "tipping" problem, as described in: http://www.mathworks.fr/fr/help/fuzzy/an-introductory-example-fuzzy-versus-nonfuzzy-logic.html. More...

#include "app_common.hpp"
#include "slifis.hpp"
+ Include dependency graph for demo-tipping.cpp:

Defines

#define STDERR_FILE_NAME   "stderr_demo-tipping.txt"

Functions

int main (int, char **argv)
 See demo-tipping.cpp.

Detailed Description

Programmaticaly build of FIS of the "tipping" problem, as described in: http://www.mathworks.fr/fr/help/fuzzy/an-introductory-example-fuzzy-versus-nonfuzzy-logic.html.

Builds the fis, saves it, and stops. Returns 0 on success.


Define Documentation

#define STDERR_FILE_NAME   "stderr_demo-tipping.txt"

Referenced by main().


Function Documentation

int main ( int  ,
char **  argv 
)