How to convert a maximization problem into a minimization problem

4 views (last 30 days)
hello,
I have problem i will optimise it with intlinprog.
My problem is maximasation problem in the form
so i will transform it in minimaze problem with multiplication with '-' all the equations so the the cantraints will be >= how can I do please ?
and How Can I set the last equation

Accepted Answer

Matt J
Matt J on 22 Aug 2020
Edited: Matt J on 22 Aug 2020
No, you only have to multiply the objective function by -1. The constraints can remain as they were.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!