Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISemiGroup.cs
1using System;
3
5{
9 public interface ISemiGroup : ISet
10 {
18 }
19}
Basic interface for all types of semigroup elements.
Basic interface for all types of semigroups.
Definition: ISemiGroup.cs:10
ISemiGroupElement Add(ISemiGroupElement Left, ISemiGroupElement Right)
Adds two semigroup elements, if possible.
Basic interface for all types of sets.
Definition: ISet.cs:10