ERGO-Code / HiGHS

Linear optimization software
MIT License
848 stars 164 forks source link

Does HiGHS Support Custom Solving Algorithms? #1775

Closed niconi19 closed 1 month ago

niconi19 commented 1 month ago

I am interested in testing some learning-based branching-variable-selection (BVS) algorithms, as well as presolving algorithms, for solving MIPs within HiGHS. Would it be possible to implement these customized algorithms into HiGHS for problem solving? Thanks!