khaledosman / terasoft-12

Automatically exported from code.google.com/p/terasoft-12
0 stars 0 forks source link

Class diagram amendment request #279

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Cena, can you please add the class OptimumEngine with the following functions:

static void OptimumConstantVelocity(int size, PerformanceGraph g)

static void OptimumConstantAcceleration(int round, int size, PerformanceGraph g)

static void OptimumIncreasingAcceleration(int round, int size, PerformanceGraph 
g)

static void OptimumDecreasingAcceleration(int size, PerformanceGraph g)

static void OptimumConstantDisplacement(int size, PerformanceGraph g)

static void GetOptimum(int round, PerformanceGraph g)

static void Traverse(PerformanceGraph g)

static List<float> Cut(int n, List<float> list)

Original issue reported on code.google.com by asamg...@gmail.com on 24 May 2012 at 5:58

GoogleCodeExporter commented 9 years ago
Cena, please add the following function

static void Choose(PerformanceGraph g)

Original comment by asamg...@gmail.com on 24 May 2012 at 6:03

GoogleCodeExporter commented 9 years ago
Cena, please ignore the functions Traverse and Cut

Original comment by asamg...@gmail.com on 24 May 2012 at 6:28

GoogleCodeExporter commented 9 years ago

Original comment by mk.cena92 on 24 May 2012 at 8:35