====== Mathmodels Download ======
The Mathmodels Library is already installed on all Prism workstations and on the SEL-VM (Software Engineering Virtual Machine).
Mathmodels is available as a zip at http://www.eecs.yorku.ca/~eiffel/zip/mathmodels.zip
====== Using SVN (Linux) ======
If you are working on your own Laptop, you may obtain the ''Mathmodels'' library by logging in as ''anonymous'' (blank password) via:
svn export http://svn.eecs.yorku.ca/repos/sel-open/mathmodels/
====== Or you can use SCP (WinSCP for Windows) ======
> mkdir mathmodels
> scp -r student@red.eecs.yorku.ca:/eecs/fac/share/sel/mathmodels/library mathmodels
====== Setup Environmental variables ======
You need to set an environmental variable ''$MATHMODELS''. On Linux and OSX:
export ISE_EIFFEL=/usr/local/Eiffel_18.11
export ISE_PLATFORM=macosx-x86-64
export MATHMODELS=/home/user/me/mathmodels
export PATH=$PATH:$ISE_EIFFEL/studio/spec/$ISE_PLATFORM/bin
====== Documentation ======
[[https://www.eecs.yorku.ca/course_archive/2016-17/W/3311/eiffel-docs/mathmodels/index.html|Documentation for Mathmodels]]