Gurobi / gurobipy-pandas

Convenience wrapper for building optimization models from pandas data
https://gurobipy-pandas.readthedocs.io
Apache License 2.0
92 stars 15 forks source link

Extend knapsack example in the walkthrough to use a sparse index #31

Closed rluce closed 1 year ago

simonbowly commented 1 year ago

This is now properly done, although the example has been moved. I rewrote the knapsack 'walkthrough' as a project-team allocation example and made particular mention of building a sparse index up-front. Also mentioned sparsity as a key issue on the performance page of the docs.

Thanks @Dr-Irv for raising this point around sparsity early on, it's an important one to clarify.