Gurobi / gurobipy-pandas

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

Add more examples for indicator and general constraints #56

Open simonbowly opened 1 year ago

simonbowly commented 1 year ago

Some details from this forum post could be pulled into the advanced patterns page, or a notebook example for a common use of indicator constraints.

The current advanced patterns page doesn't make it clear that the approach to SOS constraints can be generalised, and SOS is probably less commonly used than indicator constraint functions or other general constraint functions, so maybe wasn't a good choice.