46 Output(
double energyUse,
double energyCost) : energyUse(energyUse), energyCost(energyCost) {}
49 double energyUse = 0, energyCost = 0;
53 std::vector<CompressedAirPressureReductionInput> compressedAirPressureReductionInputVec)
54 : compressedAirPressureReductionInputVec(compressedAirPressureReductionInputVec) {}
58 std::vector<CompressedAirPressureReductionInput>
const& getCompressedAirPressureReductionInputVec() {
59 return compressedAirPressureReductionInputVec;
61 void setCompressedAirPressureReductionInputVec(
62 std::vector<CompressedAirPressureReductionInput>& compressedAirPressureReductionInputVec);
65 std::vector<CompressedAirPressureReductionInput> compressedAirPressureReductionInputVec;