How to find all the possible feasible solutions to a integer linear programme?
5 views (last 30 days)
Show older comments
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 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Genetic Algorithm in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!