mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-07 01:48:51 -06:00
Fix typos
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user