sbmlteam / jsbml

JSBML is a community-driven project to create a free, open-source, pure Java™ library for reading, writing, and manipulating SBML files (the Systems Biology Markup Language) and data streams. It is an alternative to the mixed Java/native code-based interface provided in libSBML.
https://sbml.org/software/jsbml/
GNU Lesser General Public License v2.1
37 stars 24 forks source link

added implementation for MULTI_20201 #163

Closed bhavyejain closed 5 years ago

bhavyejain commented 5 years ago

Implementing logic for rule MULTI_20201 in MultiModelPluginConstraints. Reference taken from a similar implementation in MultiCompartmentPluginConstraints (Rule MULTI_20306)

niko-rodrigue commented 5 years ago

You implemented the constraint and it could work like that but I will make several comments inline of things that should be improved.

niko-rodrigue commented 5 years ago

All seems good now.