I am working on a task assignment with multiple objectives:
- Maximize agent competence: each agent has different level of processing tasks.
- Minimize total time: each agent has different time benchmark of processing tasks.
I currently solve the model with one objective via Pyomo.
Any example of implementing one max with one min objective together?