sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
39 stars 28 forks source link

#232: allow to store maps for each model #302

Closed fbergmann closed 1 year ago

fbergmann commented 1 year ago

Description

SBML Transforms so far was only using one set of values. Which caused issues when using multiple models at the same time. this pr includes a map allowing values to be stored for multiple models.

Motivation and Context

fixes #232

Types of changes

Checklist:

Testing