forked from AndySomogyi/sbmlsolver
-
Notifications
You must be signed in to change notification settings - Fork 25
Internals
Andrew Hu edited this page Dec 20, 2018
·
1 revision
How does roadrunner
actually work? Here is where we'll try to write down as much as we know about the internals of roadrunner, so that when somebody has to fix, maintain, and improve them, they won't have to reverse engineer everything themselves
Usually the first place you look to get a feel for how a C++ program runs is where the main
function is. In the case of the rr
executable, main is...