|
libsemigroups
|
Class for rules in rewriting systems, which supports only two methods, Rule::lhs and Rule::rhs, which return the left and right hand sides of the rule. More...
#include <rws.h>
Public Member Functions | |
| rws_word_t const * | lhs () const |
| Returns the left hand side of the rule, which is guaranteed to be greater than its right hand side according to the reduction ordering of the RWS used to construct this. More... | |
| rws_word_t const * | rhs () const |
| Returns the right hand side of the rule, which is guaranteed to be less than its left hand side according to the reduction ordering of the RWS used to construct this. More... | |
Class for rules in rewriting systems, which supports only two methods, Rule::lhs and Rule::rhs, which return the left and right hand sides of the rule.
|
inline |
Returns the left hand side of the rule, which is guaranteed to be greater than its right hand side according to the reduction ordering of the RWS used to construct this.
|
inline |
Returns the right hand side of the rule, which is guaranteed to be less than its left hand side according to the reduction ordering of the RWS used to construct this.
1.8.13