We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5e5fe commit 18b4d2aCopy full SHA for 18b4d2a
1 file changed
src/simulation/investment/appraisal/coefficients.rs
@@ -13,7 +13,6 @@ use std::collections::HashMap;
13
///
14
/// These are calculated according to the objective type of the agent owning the asset.
15
/// Map storing coefficients for each variable
16
-#[derive(Clone)]
17
pub struct ObjectiveCoefficients {
18
/// Cost per unit of capacity
19
pub capacity_coefficient: MoneyPerCapacity,
0 commit comments