mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-10 19:38:52 -06:00
Break down RelaxationComponent into multiple steps
This commit is contained in:
@@ -7,9 +7,10 @@ from miplearn import Component
|
||||
|
||||
class CompositeComponent(Component):
|
||||
"""
|
||||
A Component which redirects each method call to one or more subcomponents. Useful
|
||||
for breaking down complex components into smaller classes. See RelaxationComponent
|
||||
for a concrete example.
|
||||
A Component which redirects each method call to one or more subcomponents.
|
||||
|
||||
Useful for breaking down complex components into smaller classes. See
|
||||
RelaxationComponent for a concrete example.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
Reference in New Issue
Block a user