From f5017e7df653aa4cd72167a6c10fd40ab1cc9e0c Mon Sep 17 00:00:00 2001 From: Ashutosh Mahajan Date: Wed, 13 Sep 2017 10:23:54 +0530 Subject: README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 02930ef..f2a09c9 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ A toolbox that provides mixed integer linear programming, quadratic programming Tested with Symphony 5.6.10, Ipopt 3.12.4 and Scilab 5.5.2 -##To Download -1. Go to the link `http://or.fossee.in/resources/downloads` +## To Download +1. [Visit the link + `http://or.fossee.in/resources/downloads`](http://or.fossee.in/resources/downloads) 2. Select the linux or windows version as per your platform. 3. Extract the files. -## To use: +## To use 1. In Scilab, change the working directory to the root directory of the repository 2. Run `exec loader.sce` in the scilab console. 3. The Toolbox is now ready, to see help type `help FOSSEE Optimization Toolbox` in console. -- cgit