Linear Programming implementation in q?

Hi all,

Is there any existing LP implementation, like Simplex method, in q?

I searched through Google and kxsystems.github.io, but didn’t manage to find any obvious hit. So I’m just curious if I need to start writing one myself, or if there is anything existing that I can borrow.

Added a simple Simplex solver myself:  https://github.com/FlyingOE/simplex.q