Hi,
I have a new solver that has a C interface, I would like to contribute an interface between it and pyomo. I am not too familiar with pyomo.
How would I contribute a new solver to it? Are there examples of the approach that should be taken?
I don't have issues writing a misc native+python package but I don't know how it works on pyomo side, I imagine it may have a plugin system and then you can add something using some pyomo specific interface. I would NOT like to use some ampl interface, I would like to write a proper interface between pyomo and my solver.