Is it possible to use HiGHS multi-objective optimization from JuMP?

Hi @qwedsad welcome to the forum :smile:

I would recommend that you use MultiObjectiveAlgorithms.jl instead. It is more flexible than the algorithm built into HiGHS and it supports more ways of solving the problem.

See the JuMP documentation
Simple multi-objective examples · JuMP