comparison defical-sharp/libbacktrack/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
comparison
equal deleted inserted replaced
-1:000000000000 0:ebed2bd0d300
1 using libsemtd;
2
3 namespace libbacktrack
4 {
5 public partial class Backtrack
6 {
7 private bool[] labelVerUsed;
8 private bool isProcessing;
9 private bool isSemt;
10 private bool isRecurseAll;
11 private string result;
12 private int firstLabel,pathStart,pathEnd,pathLabel;
13 private Semtd myGraph;
14 }
15 }