I am attempting to retrieve the Boolean network specification from a Qualitative SBML file using libsbml in Python. However, I am unable to locate the methods for reading the Boolean network model.
How can I do this? I would like to get the Boolean network from an SBML Qual file defined as a dictionary of the form { var: formula …} where each formula is ideally written in Simpy format.
Thank you.