MILP problem has no feasible solution
    3 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
i have a complex problem with 5 variables for each of  33 nodes, so you can say I have 33x5 variables, several equality and ineqaulity constraints. i am using the intlinprog to solve my MILP problem and am always getting no feasible solution and am not sure what i am doing wrong please assist.
2 comentarios
  Walter Roberson
      
      
 el 7 de Oct. de 2019
				Add in your constraints one by one until it tells you that the problem is not feasible. Then leave in that last one and start removing the others in turn until the problem is feasible again. Working iterative you can isolate down to a subset of constraints that the solver thinks are inconsistent. Now look more carefully at that set to see what the conflict might be.
Respuestas (0)
Ver también
Categorías
				Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

