Can linprog run using decimals in the "f" and "Aeq" matrices?

5 visualizaciones (últimos 30 días)
Austin Brehm
Austin Brehm el 16 de Jul. de 2018
Editada: Stephan el 16 de Jul. de 2018
Can linprog run using decimals or do the values have to be integers?

Respuestas (1)

Stephan
Stephan el 16 de Jul. de 2018
Editada: Stephan el 16 de Jul. de 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

Categorías

Más información sobre Solver Outputs and Iterative Display en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by