All Questions
3 questions
0
votes
2
answers
389
views
Conditional contraints in linear programming for non boolean variables
Question 1 : x , y are integer non negative variables
i have a condition - if x > 0 then y=0
Question 2 : a , b , c , d , e are integer non negative variables
if any one of above > 0 ...
0
votes
1
answer
3k
views
How to access solution for dual simplex solver?
I have an objective function with several hundreds of quadratic terms which I would like to minimize; in this case I try to minimize the absolute distance between several variables. So the structure ...
0
votes
1
answer
369
views
How to model the allocation of vehicles for trips, possibly using Linear/Integer/Mixed math?
There are 10 bus routes in the city. 50 trips by the buses need to be made. We have 6 buses. We know that at any given point, no more than 6 trips run simultaneously. We need to allocate the 6 buses ...