How to find all the possible feasible solutions to a integer linear programme?
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Genetic Algorithm dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!