public void Force() { var force = new Force(); Run(force.Solve, arg => new Vars(arg), (tree, arg) => tree.Eval(arg)); }