diff --git a/mec/gt.py b/mec/gt.py index a1754b2..2533d3f 100644 --- a/mec/gt.py +++ b/mec/gt.py @@ -275,6 +275,7 @@ def lemke_howson_solve(self,verbose = 0): 'val1': α + np.min(self.A_i_j) - 1, 'val2': β + np.min(self.B_i_j) - 1} + class LTU_problem: def __init__(self, Φ_x_y, λ_x_y = None, n_x = None, m_y = None): self.Φ_x_y = Φ_x_y diff --git a/setup.py b/setup.py index 7874a6b..1fba693 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="mec", - version="0.1.0.25", + version="0.1.0.26", authors=["Alfred Galichon"], author_email="ag133@nyu.edu", licence="",