Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.66 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.66 KB

OSPSuite.SimModel.Solver.CVODES

ODE solver used by OSPSuite.SimModel. Based on CVODES solver (Copyright © 2002-2018, Lawrence Livermore National Security)

Getting Started

  • add nuget.exe to your path
  • clone the repository with recursive option
git clone <url.git> --recursive
  • restore nuget packages manually from the sln directory
nuget restore packages.config -PackagesDirectory packages
  • Open with Visual Studio and compile
  • Run tests with your favorite test runner

Code Status

NuGet version Build status

Code of conduct

Everyone interacting in the Open Systems Pharmacology community (codebases, issue trackers, chat rooms, mailing lists etc...) is expected to follow the Open Systems Pharmacology code of conduct.

Contribution

We encourage contribution to the Open Systems Pharmacology community. Before getting started please read the contribution guidelines. If you are contributing code, please be familiar with the coding standard.

License

OSPSuite.SimModel.Solver.CVODES is released under the GPLv2 License.