private void button1_Click(object sender, EventArgs e) { Stopwatch s = new Stopwatch(); s.Start(); EquationManipulator em = new EquationManipulator((int)256, "0000000500000005000000050000000500000005000000050000000500000005000000050000000500000005000000050000000500000005000000050000000500000005000000050000000500000005"); tbOut.Text = "Solution Count: " + em.TopDownRecursionTest(); s.Stop(); tbOut.Text += System.Environment.NewLine + s.Elapsed.ToString(); }
private void btnTryFour_Click(object sender, EventArgs e) { EquationManipulator em = new EquationManipulator((int)256, "738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1738377c1"); em.Initialize(); tbOut.Text = em.Solve(); }