Code related to a non-contractive version of implication-space semantics from Reasons for Logic, Logic for Reasons.
ImplFrame.py: contains the mainImplicationFrameclass and associated functions.drhagen/: contains code from select parts of this repository for encoding implications as tuples and integers.examples.pycontains a few examples of implication frames and some associated computations.multiset.pycontanis a few helper functions for performing operations on multisets of bearers.translate.pycontains a few helper functions for translating implications as strings into their encodings and vice-versa.