A fuzzy logic C++ library
|
Implementation of class slifis::RULE_BASE. More...
#include "rule_base.hpp"
#include <algorithm>
#include <limits>
#include "slifis.hpp"
#include "error_handler.hpp"
#include "global_functions.hpp"
#include "helper_functions.hpp"
#include "private.hpp"
Namespaces | |
namespace | slifis |
This namespace includes all root classes, functions, and datatypes of the library. | |
Functions | |
bool | slifis::rule2_cmp2 (const RULE_IDX &a, const RULE_IDX &b) |
Alternate comparison function, sorts rule by considering first output function index, and second the rule terms, as defined by slifis::RULE_IDX::operator<() |
Implementation of class slifis::RULE_BASE.