Can linprog run using decimals in the "f" and "Aeq" matrices?
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Can linprog run using decimals or do the values have to be integers?
0 commentaires
Réponses (1)
Stephan
le 16 Juil 2018
Modifié(e) : Stephan
le 16 Juil 2018
Hi,
there is no need to have integers. See linprog documentation for more information. There you find also examples with decimal values.
Only in the case that your searched solution has integer constraints things get specific and you have to use intlinprog .
Best regards
Stephan
0 commentaires
Voir également
Catégories
En savoir plus sur Solver Outputs and Iterative Display 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!