
NUMERICAL NONLINEAR GLOBAL OPTIMIZATION
(STEF92 Technology, 2017-06-20, Bogdan, C., NAN, M. S., Mamara, N. L., GRECEA, D.)
Show more
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving linear optimization problems with real variables, accessed via LinearProgramming, FindMinimum, FindMaximum, NMinimize, NMaximize, Minimize, and Maximize. LinearProgramming gives direct access to linear program- ming algorithms, provides the most flexibility for specifying the methods used, and is the most efficient for large-scale problems. FindMi...
