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

Programmaticaly build of FIS of the "shower" problem. More...

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

Defines

#define STDERR_FILE_NAME   "stderr_demo-shower.txt"

Functions

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

Detailed Description

Programmaticaly build of FIS of the "shower" problem.

To have a comfortable shower, you need some water that has both:

We define comfort as a variable between:

This is what is shown on the "output" variable.

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


Define Documentation

#define STDERR_FILE_NAME   "stderr_demo-shower.txt"

Referenced by main().


Function Documentation

int main ( int  ,
char **  argv 
)