python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to model consecutive location in opl integer programs?
Can someone model this MIP problem? I could not think of a way to model the constraint "all balls of the same color has to be in consecutive locations"
Problem description:
There are 10 loca...
Shu
Votes: 0
Answers: 1
Implementing CPLEX /C++ on a software package
I have an MIP model developed in OPL CPLEX, going forward I want to use C++ and prepare a package that I can distribute/sell to others as a desktop solution.
There are several options available with I...
Ranajit
Votes: 0
Answers: 1
Is there a way to use a tuple element which is an array, as a set inside a "sum" of a "forall" loop?
I have a short version of my code to not make the explanation too complicated. Basically the N_B is just a set of nodes that are connected to each other like node 1 connected to node 2 and 3; node 4 c...
AlbertoC.
Votes: 0
Answers: 1