comparison defical-sharp/libbacktrack/public.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 namespace libbacktrack
2 {
3 public partial class Backtrack
4 {
5 public bool IsSemt { get { return this.isSemt; } }
6 public string Result { get { return this.result; } }
7 public void Walk() { walk(); }
8 }
9 }