You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In looking carefully the implementation of the lexicographic algorithm, the problem that I reported is fixed using the option all_permutations = true as follow:
I would suggest to setup the option to 'true' by default, since invoking 'a lexicographic resolution' it is usual to treat the $p$ objectives of the problem, and not only one.
For the following 2IP problem:
The lexicographic algorithm returns only one solution, the x=(0,0) corresponding to z=(0,0) is missing.
The code is the following:
returns:
The decision space and the objective space for this 2IP are:
The text was updated successfully, but these errors were encountered: