2022-12-28 09:47:25 -08:00
|
|
|
namespace BurnOutSharp.Models.Compression.Quantum
|
2022-12-16 10:19:32 -08:00
|
|
|
{
|
|
|
|
|
/// <see href="http://www.russotto.net/quantumcomp.html"/>
|
|
|
|
|
public class Model
|
|
|
|
|
{
|
|
|
|
|
public int Entries { get; set; }
|
|
|
|
|
|
|
|
|
|
public ModelSymbol[] Symbols { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|