Fix typos

This commit is contained in:
2021-04-03 19:13:00 -05:00
parent ea5c35fe18
commit 168f56c296

View File

@@ -71,7 +71,7 @@ class Component:
) -> None: ) -> None:
""" """
Method called by LearningSolver after the root LP relaxation is solved. 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 return
@@ -86,7 +86,7 @@ class Component:
) -> None: ) -> None:
""" """
Method called by LearningSolver before the MIP is solved. 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 return
@@ -101,7 +101,7 @@ class Component:
) -> None: ) -> None:
""" """
Method called by LearningSolver after the MIP is solved. 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 return