FactoryProfile¶
- class scml.scml2020.FactoryProfile(costs)[source]¶
Bases:
object
Defines all private information of a factory
Attributes Summary
An n_lines * n_processes array giving the cost of executing any process (INVALID_COST indicates infinity)
The input products to all processes runnable (See
processes
)The output products to all processes runnable (See
processes
)The processes that have valid costs
Attributes Documentation
- costs: ndarray¶
An n_lines * n_processes array giving the cost of executing any process (INVALID_COST indicates infinity)
- n_lines¶
- n_processes¶
- n_products¶