funkelab / ilpy

Unified python wrappers for popular ILP solvers
https://funkelab.github.io/ilpy/
MIT License
3 stars 2 forks source link

Documentation #50

Closed cmalinmayor closed 8 months ago

cmalinmayor commented 8 months ago

It would be really nice to have documentation for the classes/functions, or at a bare minimum link to the docs of the libraries we are wrapping. Manan asked me if we could access the cost of the solution and I had trouble figuring out what the Solution class actually contains.

tlambert03 commented 8 months ago

i had a branch i was working on at one point: https://github.com/tlambert03/ilpy/tree/docs lemme pick it up and see where it was at

tlambert03 commented 8 months ago

live now here: https://funkelab.github.io/ilpy/

elaborations welcome! :)

cmalinmayor commented 8 months ago

Amazing! Thanks @tlambert03 🎉