Mercurial > defical
view defical-sharp/libbacktrack/globals.cs @ 1:758381a85d76 default tip
Incorrect printf format.
author | Edho Prima Arief <me@myconan.net> |
---|---|
date | Mon, 28 Jun 2010 14:52:19 +0700 |
parents | ebed2bd0d300 |
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; } }