jres.setPoints(convexEngine.getPoints());
jres.setDominates(convexEngine.getDominates());
jres.setFilteredArea(convexEngine.getFilteredArea());
jres.setAllPoints(convexEngine.getAllPoints());
PerformanceEngine performanceEngine = new PerformanceEngine(serviceTimes, saturationSects, stationNames);
jres.setUtilization(performanceEngine.getUtilization());
//jres.setEquiUtilizationPoint(calc.calcEquiUtilizationPoint(vertices));
/*
// Per la visualizzazione
ViewResults vres = new ViewResults();