How would one go about integrating a java application with SOSLib? What
i would like to do is get SOSLib to parse an SBML file and solve the
differential equation and then run the simulation. While the simulation is
being run (or after it has finished) I would need to get the output. I have
no C/C++ experience and the project we are working on is already fully
implemented in Java so all we really need is a simple way to give SOSLib
the inputs (sbml file and data) and get the output out.
Thanks!