mpbn 4.0__py3-none-any.whl → 4.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mpbn/boolfunclib/aeon_impl.py +2 -2
- {mpbn-4.0.dist-info → mpbn-4.1.dist-info}/METADATA +1 -1
- {mpbn-4.0.dist-info → mpbn-4.1.dist-info}/RECORD +6 -6
- {mpbn-4.0.dist-info → mpbn-4.1.dist-info}/WHEEL +0 -0
- {mpbn-4.0.dist-info → mpbn-4.1.dist-info}/entry_points.txt +0 -0
- {mpbn-4.0.dist-info → mpbn-4.1.dist-info}/top_level.txt +0 -0
mpbn/boolfunclib/aeon_impl.py
CHANGED
|
@@ -58,9 +58,9 @@ def ba_to_bdd(ba: boolean.BooleanAlgebra, f: boolean.Expression, ctx: BddVariabl
|
|
|
58
58
|
# Check that all variables that exist in `f` also exist in `ctx`.
|
|
59
59
|
assert all((ctx.find_variable(var) is not None) for var in variables)
|
|
60
60
|
def ba_to_bdd_rec(f: boolean.Expression) -> Bdd:
|
|
61
|
-
if type(f) is ba.TRUE or isinstance(f,
|
|
61
|
+
if type(f) is ba.TRUE or isinstance(f, boolean._TRUE):
|
|
62
62
|
return ctx.mk_const(True)
|
|
63
|
-
if type(f) is ba.FALSE or isinstance(f,
|
|
63
|
+
if type(f) is ba.FALSE or isinstance(f, boolean._FALSE):
|
|
64
64
|
return ctx.mk_const(False)
|
|
65
65
|
if type(f) is ba.Symbol:
|
|
66
66
|
return ctx.mk_literal(str(f.obj), True)
|
|
@@ -7,7 +7,7 @@ mpbn/asplib/mp_attractor.asp,sha256=CawLNxlYBZG2cl8XQAxA6EXEZ89Y9iw20CZ73n97Nu8,
|
|
|
7
7
|
mpbn/asplib/mp_eval.asp,sha256=PNa1APcKS9bgtCB3BtAdxq0mkg3p_x3G6fWSF3uAgzw,769
|
|
8
8
|
mpbn/asplib/mp_positivereach-np.asp,sha256=SxLzZMszZxy_J14WTO7Me4aXldzxhqnL-ihqcnHCb8I,453
|
|
9
9
|
mpbn/boolfunclib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
|
-
mpbn/boolfunclib/aeon_impl.py,sha256=
|
|
10
|
+
mpbn/boolfunclib/aeon_impl.py,sha256=PpHx9dWa7wncctkQzgIgxy3Q6TQkhsiYR5hUnzACsAM,7662
|
|
11
11
|
mpbn/boolfunclib/pyeda_impl.py,sha256=NkgE46MKrSOVInAF5W0QnTbAjVMtLM8ox05oJUMtPHo,5003
|
|
12
12
|
mpbn/cli/__init__.py,sha256=v5C9U2YLR-J02JV-ciZkZoCvEcx7emgEy402mv4CdAg,2124
|
|
13
13
|
mpbn/cli/sim.py,sha256=CHsbE4qp1L0iXyGLL1_zPontFjHL58qlt1_QVSWna68,6086
|
|
@@ -18,8 +18,8 @@ tests/test_fixpoints.py,sha256=bdDttzimiby48nVkVL-HXZ2rBldICBRbIZrVVbTGfso,786
|
|
|
18
18
|
tests/test_input.py,sha256=mwMKd5UwAIY4Z1uZjYr09Ue8DLxD52CiPSoE-iXytfo,337
|
|
19
19
|
tests/test_reachability.py,sha256=X7anTwFSIYcV2rltJBOW8TcAJnrt3SjYLqttB0eIL_Q,588
|
|
20
20
|
tests/test_reachable_attractors.py,sha256=h78kvgmx9rTJWi3r2DZe_abYDxr02MLJ2iLDJUdLESY,540
|
|
21
|
-
mpbn-4.
|
|
22
|
-
mpbn-4.
|
|
23
|
-
mpbn-4.
|
|
24
|
-
mpbn-4.
|
|
25
|
-
mpbn-4.
|
|
21
|
+
mpbn-4.1.dist-info/METADATA,sha256=9aJWcxNiK2cgjWBLpmTri09FhaoDlWLIGrd5qRRZEoE,2364
|
|
22
|
+
mpbn-4.1.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
23
|
+
mpbn-4.1.dist-info/entry_points.txt,sha256=CpzAc9SkB-mH_dojzt1N3YgDxy8hniDrIGzSHcPDo8g,68
|
|
24
|
+
mpbn-4.1.dist-info/top_level.txt,sha256=oe3jlFHbQ6oIXyE1q7yAAnf1m49oP_jBPUU05d71n74,11
|
|
25
|
+
mpbn-4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|