Skip to content

Commit eb0f411

Browse files
committed
Update rounding_algo.py
1 parent 0f0511c commit eb0f411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pownet/optim_model/rounding_algo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
"""rounding_algo.py: Functions to perform iterative rounding."""
1+
""" rounding_algo.py: Functions to perform iterative rounding.
2+
"""
23

34
import gurobipy as gp
45
import numpy as np
6+
import pandas as pd
57

68

79
def get_variables(model: gp.Model, target_varnames: list[str] = None) -> dict:

0 commit comments

Comments
 (0)