Hi all, I'm looking for examples for MultivariateRealOptimizer. I've been reading the available documentation but unfortunately I still have no clue how to use it.
I would like to maximize following example objective function: 5x1 + 13x2 + 11x3 constrained by: x1 + 3x2 + x3 <= 22, x1 + x2 + 3x3 <= 50, where all x >= 0 Could anyone point me to examples, documentation on how to use commons math to solve linear programming problems? Thanks for any help, Piotr --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
