Suppliers in BlackwoodFirst, a question: Is there indeed a monument in the park?look ==> statue, ... a monument to rugged individuals ... you can read read ==> list of CS 345/CS 426 students
Next Topic: Suppliers Assignment.--> Decided on Supplier (objects, child of generic agent) for Street people properties of: .cash (float) .supplier_open (0/1) .merchant_list (list of 1 (or more?) merchant objects) .products (list of models with volume (INT), price (FLOAT) pairs) example:--> { { #model, { { 1, 0.30} { 5, 0.28} }, [...] }
Which says: for this model, the unit price is $0.30, and the (volume discount) unit price for 5 or more is $0.28
Question: How many?
Three (3) Suppliers: for each Merchant type, where the supplier either concentrates on "High + Mid Quality" or "Bargain Quality" products. (you can see the "quality" of a model by looking at it's .features property).
|