181920212223242526272829
return DEPENDENCIES; } @Override public Object execute(IRScope scope, Object... data) { UnboxableOpsAnalysisProblem problem = new UnboxableOpsAnalysisProblem(); problem.setup(scope); problem.compute_MOP_Solution(); problem.unbox(); return true; }