A fuzzy logic C++ library
Namespaces | Functions
rule_base.cpp File Reference

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"
+ Include dependency graph for rule_base.cpp:

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<()

Detailed Description

Implementation of class slifis::RULE_BASE.