Questions tagged [docplexcloud]

DOcplexcloud is IBM's Decision Optimization on Cloud, which simplifies planning and scheduling tasks in industries and functional areas such as human resource planning, supply chain management, and production sourcing. DOcplexcloud is an IBM Bluemix service that provides a cloud-based interface to IBM's CPLEX optimization engines.

33 questions
0
votes
1 answer

DropSolve Cplex terminate after T time

I am using drop solve for a MIP optimization problem, to generate K solutions. I would like to terminate after 60 seconds. I use cplex.params[1039] = 60; Also tried cplex.tilim = 60 in my .mod file But the program doesn't stops. Found this SO link…
user4772933
  • 311
  • 3
  • 13
0
votes
1 answer

model.remove_constraint() performance

I'm working with CPLEX/docplex solving an LP problem that has a lot of infeasible constraints, most of the issues in feasibility come from the automated formulation of the model, and its hard to detect a priory the conflicts between constraints.…
Pablo
  • 3,135
  • 4
  • 27
  • 43
-1
votes
2 answers

CPLEX and Bluemix integration

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
Jeyhun Karimov
  • 1,295
  • 19
  • 27
1 2
3