I've been struggling to find some open source non-linear integer optimization solvers! I am trying to solve a 16 variable problem where 8 values are integers, subjected to two nonlinear objective functions and 5 nonlinear constraint functions. Is this possible in the open-source domain? I got PyOmo and created my whole model before I realized that the GLPK solver doesn't support non-linearity... facepalm
(Trying to solve for gear sizes in a gearbox given target geartrain ratios - I'm an engineering student)