WhitmanOptiLab / DENSE

A generic library for simulating networks of ordinary and delay differential equations for systems modeling
GNU General Public License v3.0
3 stars 9 forks source link

Condense common main functions through CMake selection of simulation method #106

Open johnastratton opened 4 years ago

johnastratton commented 4 years ago

Main files for different simulation methods are practically identical. We should be able to have at most two (deterministic and stochastic) with static selection of simulation method through a compiler option set in CMake.