view 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
line wrap: on
line source

using libsemtd;

namespace libbacktrack
{
    public partial class Backtrack
    {
        private bool[] labelVerUsed;
        private bool isProcessing;
        private bool isSemt;
        private bool isRecurseAll;
        private string result;
        private int firstLabel,pathStart,pathEnd,pathLabel;
        private Semtd myGraph;
    }
}