Releases: abhibp1993/ggsolver
Releases · abhibp1993/ggsolver
ggsolver v0.1.3
- "Added
logic.pl
module withsimplify, evaluate, to_plformula
andall_sat
methods for PL formulas.", - "Moved
sigma
method toAutomaton
class with default implementation.", - "Fixed the representation of
Automaton
acceptance conditions.", - "Added new module:
automata
, withDFA, Monitor, DBA, DCBA, DPA
classes. Docs and example added.", - "Automaton can be constructed by passing components (Q, AP, Trans, q0, F) to the constructor.",