Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 351 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 351 Bytes

boolean_astar

A* search in Boolean network state space graph

The file boolean1.py contains all the functions requisite for the search. The example run for Boolean rules in "file.txt" is executed in run.py. Update and evaluation of Boolean functions is done using the sufficient necessory framework laid out in files importlib.py and gprops.py.