Minor fixes to docstrings; make some classes private

This commit is contained in:
2021-01-21 18:54:05 -06:00
parent 7dbbfdc418
commit c342a870d1
8 changed files with 95 additions and 76 deletions

View File

@@ -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