GAE / GO标准的MIP求解器

I would like to run MIP solver on GAE/Go standard environment.

I found GO MIP solvers like Goop and Golp. But these solvers requires external library, and can not run on Google App Engine Standard environment.

Is there a MIP solver that can run on GAE/Go standard environment?

I'm not familiar with MIP solvers, but I have found OR-Tools which is in Python and Java which may be useful.

The issue with the ones listed is that they use C libraries which do not work with GAE Standard - However you could convert to App Engine Flexible and use a custom runtime.