linopy icon indicating copy to clipboard operation
linopy copied to clipboard

Linear optimization with N-D labeled arrays in Python

Results 69 linopy issues
Sort by recently updated
recently updated
newest added

See paper(s): https://dl.acm.org/doi/10.1145/2490257.2490283 https://www.sciencedirect.com/science/article/abs/pii/S0305054819302497?via%3Dihub

model formulation

See https://www.gurobi.com/documentation/9.5/refman/objectives.html#subsubsection:PiecewiseObj and https://www.gurobi.com/documentation/9.5/refman/py_model_agc_pwl.html

model formulation

I have been unable to find documentation specific to diagnosing issues with models. I have found a few useful helper functions, such as `model.variables.get_name_by_label()` which returns the mapping from the...

documentation

To showcase the full set of flexibility given by the data-handling through xarray, it would be good to create more complex examples. These should include operations like: - selection (sel...

documentation

Howdy folks, just a small suggestion for improvement: I recently updated our internal dependencies (linopy is one of them) and stumbled over the version number of linopy. On 03.05.2024 linopy...

When using a Gurobi floating token server license or a web single-use license, a program that calls Gurobi Optimizer must obtain a token from a Gurobi token server before it...

Hi to all, I don't really know if this is place to ask this but I don't know where to do so. I switched from pyomo to linopy due to...

Hi people, I am currently struggling with xarray and linopy. I have a dimension A whose coordinates can be grouped. For me it was natural to have a dimension A...

Tests run fine. The extra pyarrow dependency should not hurt, since arrow is already a requirement for polars (and soon also pandas), while pandas is only the python frontend in...