From 19e783c1ef65f7d93e0dff3ac21dce31972874f0 Mon Sep 17 00:00:00 2001 From: Florian OMNES Date: Thu, 30 Jan 2025 17:06:29 +0100 Subject: [PATCH] Increase precision for LOLD[CSR] and MRG PRICE[CSR] --- src/solver/variable/economy/lold.h | 2 +- src/solver/variable/economy/loldCsr.h | 2 +- src/solver/variable/economy/price.h | 2 +- src/solver/variable/economy/priceCSR.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/solver/variable/economy/lold.h b/src/solver/variable/economy/lold.h index 7b0ae19ba7..001bd7e74b 100644 --- a/src/solver/variable/economy/lold.h +++ b/src/solver/variable/economy/lold.h @@ -78,7 +78,7 @@ struct VCardLOLD //! Indentation (GUI) nodeDepthForGUI = +0, //! Decimal precision - decimal = 2, + decimal = 4, //! Number of columns used by the variable (One ResultsType per column) columnCount = 1, //! The Spatial aggregation diff --git a/src/solver/variable/economy/loldCsr.h b/src/solver/variable/economy/loldCsr.h index f7b8f4a82b..fa22ae2502 100644 --- a/src/solver/variable/economy/loldCsr.h +++ b/src/solver/variable/economy/loldCsr.h @@ -69,7 +69,7 @@ struct VCardLOLD_CSR //! Indentation (GUI) nodeDepthForGUI = +0, //! Decimal precision - decimal = 2, + decimal = 4, //! Number of columns used by the variable (One ResultsType per column) columnCount = 1, //! The Spatial aggregation diff --git a/src/solver/variable/economy/price.h b/src/solver/variable/economy/price.h index de651a5124..7084c1a33f 100644 --- a/src/solver/variable/economy/price.h +++ b/src/solver/variable/economy/price.h @@ -78,7 +78,7 @@ struct VCardPrice //! Indentation (GUI) nodeDepthForGUI = +0, //! Decimal precision - decimal = 2, + decimal = 4, //! Number of columns used by the variable (One ResultsType per column) columnCount = 1, //! The Spatial aggregation diff --git a/src/solver/variable/economy/priceCSR.h b/src/solver/variable/economy/priceCSR.h index 93876a5003..8967b8b526 100644 --- a/src/solver/variable/economy/priceCSR.h +++ b/src/solver/variable/economy/priceCSR.h @@ -78,7 +78,7 @@ struct VCardPriceCSR //! Indentation (GUI) nodeDepthForGUI = +0, //! Decimal precision - decimal = 2, + decimal = 4, //! Number of columns used by the variable (One ResultsType per column) columnCount = 1, //! The Spatial aggregation