diff defical-sharp/libsemtd/globals.cs @ 0:ebed2bd0d300

Initial import from svn. History be damned.
author Edho P. Arief <me@myconan.net>
date Fri, 02 Apr 2010 23:11:57 +0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/defical-sharp/libsemtd/globals.cs	Fri Apr 02 23:11:57 2010 +0700
@@ -0,0 +1,15 @@
+namespace libsemtd
+{
+    public partial class Semtd
+    {
+        private int numVerMain, numVerDef, numVerTotal;
+        private int numEdges;
+        private string graphType;
+        private bool[,] graphConn;
+        private int[] labelVer;
+        private int[,] labelEdges;
+        private int[] labelEdgesUsed;
+        private int labelEdgeMin, labelEdgeMax, labelEdgeAbsoluteMax;
+        //private double scoreCache;
+    }
+}
\ No newline at end of file