mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 01:18:52 -06:00
Minor fixes to docstrings; make some classes private
This commit is contained in:
@@ -55,11 +55,11 @@ class Component(ABC):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
solver: "LearningSolver"
|
||||
solver: LearningSolver
|
||||
The solver calling this method.
|
||||
instance: Instance
|
||||
The instance being solved.
|
||||
model:
|
||||
model: Any
|
||||
The concrete optimization model being solved.
|
||||
stats: dict
|
||||
A dictionary containing statistics about the solution process, such as
|
||||
@@ -101,11 +101,11 @@ class Component(ABC):
|
||||
|
||||
Parameters
|
||||
----------
|
||||
solver: "LearningSolver"
|
||||
solver: LearningSolver
|
||||
The solver calling this method.
|
||||
instance: Instance
|
||||
The instance being solved.
|
||||
model:
|
||||
model: Any
|
||||
The concrete optimization model being solved.
|
||||
"""
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user