Page 1 of 1

Problem maximizing a multicriteria model

Posted: Fri Sep 24, 2021 3:19 pm
by caaficus
Hello.

I'm trying to run a model that maximizes a linear function and the problem it's infeasible. The weird thing it's that if I try to run the same model but minimizing the function, it runs.
Does anybody know why this happen? I'm using CPLEX.

Thanks!

-Carlos

Re: Problem maximizing a multicriteria model

Posted: Mon Sep 27, 2021 10:57 am
by bussieck
Dide you perhaps confuse dual infeasible with primal infeasible. Dual infeasible often means (if there is a primal feasible point) that the primal is unbounded. -Michael