-1

I am new to Bluemix and I want to use Cplex. I want to know if it is possible to integrate Cplex with Bluemix framework? Any examples are appreciated

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Jeyhun Karimov
  • 1,295
  • 19
  • 27

2 Answers2

0

IBM provides another cloud based service to run CPLEX - Decision Optimization on Cloud, or DOcloud.

There are Java and REST APIs available to access this service, so you could create an application on Bluemix that utilizes these.

https://onboarding-oaas.docloud.ibmcloud.com/software/analytics/docloud/

Community
  • 1
  • 1
marko
  • 5
  • 4
0

IBM just announced Decision Optimization Beta service on IBM Bluemix so this should be a more straightforward solution to your need.

To experiment with the beta service, you’ll need a Bluemix account. You can sign up for a 30-day free trial.

You can find the Decision Optimization for Bluemix service in the Bluemix catalog and read the documentation.

More information on https://developer.ibm.com/docloud/documentation/decision-optimization-for-bluemix

C. Chat
  • 1
  • 2