private void Solve() { AnalyticalSolver.Process(Right.Chain); AnalyticalSolver.Process(Left.Chain); Right.RotateAnkle(); Left.RotateAnkle(); }