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)
What kind of Linear Programming is this?
I started study Operations Research (OR) recently and I faced a problem which I struggled to modeling it to traditional OR problems. I'm not sure if such problem is a linear one nor if it can be sol...
JRG
Votes: 0
Answers: 1
How to bundle pairs of trips?
I have a database of optional real-time trip demands. Each with a load that can to be delivered from a departure point to a destination:
ID,EndDateEnd,EndDateStart,StartDateEnd,StartDateStart,DepX,Dep...
dank
Votes: 0
Answers: 1
Transportation cost optimisation using OMPR for a large data set
I am solving a transport optimization problem given a set of constraints.
The following are the three key data sets that I have
#demand file
demand - has demand(DEMAND) across 4821(DPP) sale points(D)...
Srikanth Viswanathan
Votes: 0
Answers: 2
How to use PROMETHEE multicriteria method in R
I used TOPSIS multicriteria method to select the best number of clusters out of the 34 options. As weights I used 0.5 for each criterion. The coverage criterion is to minimize and the production crite...
Antonio
Votes: 0
Answers: 1