I am currently working on a project which involves linear programming to optimise a solution to a problem (The linear programming model involves binary variables). As such i have been refered to used Gurobi to tackle this issue. Gurobi works fine on my computer, however i require to deploy the application i develop on a deployment platform such as Openshift. As gurobi's environment is required to be installed on the deployment platform for me to run my model i need guidance on how to do this, has anyone who have ever installed an environment on to openshift would greatly appreciate some assistance!
Else, if anyone has a easier and free implementation of a linear programming library for Java please do drop me a message here too! Thanks in advance!