how can we check convex or nonconvex feasible?
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
example if i have 20 constraints functions.These functions cut the objective function and create the feasible region. Their intersections can become edges and create a nonconvex feasible region even though all of them are convex.Is there any way to check it in MATLAB.Can i plot all these functions and check it ? but the problem is there are multi-variables. thank you for all your answers!
best regards!
1 comentario
Torsten
el 16 de Jun. de 2015
The intersection of convex regions is always convex.
Thus if all your constraint regions are convex, so is their intersection.
Best wishes
Torsten.
Respuestas (0)
Ver también
Categorías
Más información sobre Get Started with Optimization Toolbox 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!