7 : capacity(default_capacity),
14 default_capacity_(default_capacity),
15 default_cost_(default_cost) {}
20 std::set<Commodity, CommodityCompare> commodities;
21 std::map<Commodity, CommodInfo, CommodityCompare>::iterator it;
22 for (it = commodities_.begin(); it != commodities_.end(); it++) {
23 commodities.insert(it->first);
29 std::set<Commodity, CommodityCompare> commodities =
31 std::set<Commodity, CommodityCompare>::iterator it;
32 for (it = commodities.begin(); it != commodities.end(); it++) {
The abstract base class used by all types of agents that live and interact in a simulation.
cyclus::toolkit::FacilityCost cost
This includes the required header to add facility costs to archetypes.
taken directly from OsiSolverInterface.cpp on 2/17/14 from https://projects.coin-or....