SYMBOL INDEX (28 symbols across 5 files) FILE: Helper.cs class Helper (line 12) | static class Helper method Random (line 14) | public static int Random(this double[] weights, double r) method ToPower (line 29) | public static long ToPower(this int a, int n) method Get (line 36) | public static T Get(this XElement xelem, string attribute, T defaul... method Elements (line 42) | public static IEnumerable Elements(this XElement xelement, p... class BitmapHelper (line 45) | static class BitmapHelper method LoadBitmap (line 47) | public static (int[], int, int) LoadBitmap(string filename) method SaveBitmap (line 56) | unsafe public static void SaveBitmap(int[] data, int width, int height... FILE: Model.cs class Model (line 5) | abstract class Model type Heuristic (line 26) | public enum Heuristic { Entropy, MRV, Scanline }; method Model (line 29) | protected Model(int width, int height, int N, bool periodic, Heuristic... method Init (line 38) | void Init() method Run (line 73) | public bool Run(int seed, int limit) method NextUnobservedNode (line 99) | int NextUnobservedNode(Random random) method Observe (line 135) | void Observe(int node, Random random) method Propagate (line 143) | bool Propagate() method Ban (line 182) | void Ban(int i, int t) method Clear (line 199) | void Clear() method Save (line 228) | public abstract void Save(string filename); FILE: OverlappingModel.cs class OverlappingModel (line 6) | class OverlappingModel : Model method OverlappingModel (line 11) | public OverlappingModel(string name, int N, int width, int height, boo... method Save (line 105) | public override void Save(string filename) FILE: Program.cs class Program (line 7) | static class Program method Main (line 9) | static void Main() FILE: SimpleTiledModel.cs class SimpleTiledModel (line 8) | class SimpleTiledModel : Model method SimpleTiledModel (line 15) | public SimpleTiledModel(string name, string subsetName, int width, int... method Save (line 201) | public override void Save(string filename) method TextOutput (line 244) | public string TextOutput()