ProductionNeed¶
- class scml.scml2019.ProductionNeed(product, needed_for, quantity_to_buy, quantity_in_storage, step)[source]¶
Bases:
object
Describes some quantity of a product that is needed to honor a (sell) contract.
Attributes Summary
The contract for which the product is needed
The product needed
The quantity already found in storage
The quantity need to be bought
The time step at which the product is needed
Attributes Documentation
- needed_for: negmas.situated.contract.Contract¶
The contract for which the product is needed