Rename: Concept=>Cologex

This commit is contained in:
2025-10-02 11:30:04 -04:00
parent eb810e62e9
commit ccc7fd8e04
@@ -1,5 +1,5 @@
#ifndef _CONCEPT_H #ifndef _COMBINATORIAL_LOGIC_EXPRESSION_H
#define _CONCEPT_H #define _COMBINATORIAL_LOGIC_EXPRESSION_H
#include <vector> #include <vector>
#include <memory> #include <memory>
@@ -7,7 +7,7 @@
#include <mentalEntity.h> #include <mentalEntity.h>
namespace smo { namespace smo {
namespace concepts { namespace cologex {
class Comparator class Comparator
: public MentalEntity, public logic::Operand : public MentalEntity, public logic::Operand
@@ -43,9 +43,10 @@ public:
}; };
typedef CombinatorialLogicExpression Concept; typedef CombinatorialLogicExpression Cologex;
typedef CombinatorialLogicExpression Clast;
} // namespace concept } // namespace cologex
} // namespace smo } // namespace smo
#endif #endif