Home - metrumresearchgroup/mrgsolve GitHub Wiki
- Installation guide
- Parallelized simulation with the future package
- We are recommending the future package rather than doParallel for parallelization on all platforms
- Controlling unphysical negative values
- This is advice reprinted from the CVODE user guide
- Choosing tolerances
- This is advice reprinted from the CVODE user guide
- Integer division in C++
- mrgsolve models are written in C++ and there are important things that you need to know when dividing two integers in C++ code