Releases: bnediction/mpbn
Releases · bnediction/mpbn
4.3.2
4.3.1
4.3
- avoid DNF transformation if not necessary
Full Changelog: v4.2...v4.3
4.2: improve API for mpbn.simulation
- Handle more gracefully the case when the number of reachable attractors with proba>0 is zero #4
Full Changelog: v4.1...v4.2
4.1
4.0
What's Changed
- Use AEON by default for manipulating Boolean functions. This can be changed using
MPBN_BOOLFUNCLIB=pyedaenvironment variable, orboolfuncliboption.
Full Changelog: v3.8...v4.0
3.8: optimizations
🚀 Optimizations
- load ASP code at once
- introduce
CLINGO_OPTSenvironment variable to pass options toclingo - add optimized methods for counting solutions
🗒️ Full Changelog: v3.5...v3.8
mpbn 3.5
New feature:
mpbn.converters.bn_of_asynchronous_transition_graph: convert an asynchronous transition graph to a propositional logic representation
See https://mpbn.readthedocs.io/#mpbn.converters.bn_of_asynchronous_transition_graph
mpbn 3.4
3.3: tuning ASP encoding for non-montone functions
v3.3 cli: give options for controlling simplifications