The program logicnet was developed to make a comparison between a logical NN and the connectionist networks shown above. It is also a prototype implementation using the same concepts as for the modular neural network.
The basic building brick is the class CRam, implementing a simple RAM-node. The class CDiscrim implements a discriminator based on a number of CRam-objects. A complete logical neural network is implemented in the class CRamNet.
The user interface is similar to the ones given above. It is implemented in the class CRamUI.