From 648ee2eaa59f672e3b4f35d0c66f2804242a90bb Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 22 Sep 2023 21:15:52 -0400 Subject: [PATCH] Add back two properties --- Compression/Quantum/Model.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Compression/Quantum/Model.cs b/Compression/Quantum/Model.cs index a5b228a..ca23f74 100644 --- a/Compression/Quantum/Model.cs +++ b/Compression/Quantum/Model.cs @@ -10,5 +10,9 @@ namespace SabreTools.Models.Compression.Quantum #else public ModelSymbol?[]? Symbols { get; set; } #endif + + public int TotalFrequency { get; set; } + + public int TimeToReorder { get; set; } } } \ No newline at end of file