From 168f56c296763f3096c1530ea268c7640c009ee8 Mon Sep 17 00:00:00 2001 From: "Alinson S. Xavier" Date: Sat, 3 Apr 2021 19:13:00 -0500 Subject: [PATCH] Fix typos --- miplearn/components/component.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/miplearn/components/component.py b/miplearn/components/component.py index 9740f1d..bdbc185 100644 --- a/miplearn/components/component.py +++ b/miplearn/components/component.py @@ -71,7 +71,7 @@ class Component: ) -> None: """ Method called by LearningSolver after the root LP relaxation is solved. - See before_solve_lp for a description of the pameters. + See before_solve_lp for a description of the parameters. """ return @@ -86,7 +86,7 @@ class Component: ) -> None: """ Method called by LearningSolver before the MIP is solved. - See before_solve_lp for a description of the pameters. + See before_solve_lp for a description of the parameters. """ return @@ -101,7 +101,7 @@ class Component: ) -> None: """ Method called by LearningSolver after the MIP is solved. - See before_solve_lp for a description of the pameters. + See before_solve_lp for a description of the parameters. """ return