How to find all the possible feasible solutions to a integer linear programme?
5 次查看(过去 30 天)
显示 更早的评论
I have following question:
- # of decision variables : 20; These can take the values {0,1} (integers)
- I have linear inequality constraints ( functions of above decision variables)
- I do not have any objective function.
Can I get set of all feasible solutions ( which just satisfty the linear inequality / equality constraints ? I do not want to optimize anything. I want to have the set of all feasible points.
Is it doable ?
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Genetic Algorithm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!