#include <FlowShopObjectiveVectorTraits.h>
Inheritance diagram for FlowShopObjectiveVectorTraits:

Static Public Member Functions | |
| static bool | minimizing (int _i) |
| Returns true if the _ith objective have to be minimzed. | |
| static bool | maximizing (int _i) |
| Returns true if the _ith objective have to be maximzed. | |
| static unsigned int | nObjectives () |
| Returns the number of objectives. | |
Definition at line 21 of file FlowShopObjectiveVectorTraits.h.
| bool FlowShopObjectiveVectorTraits::minimizing | ( | int | _i | ) | [static] |
Returns true if the _ith objective have to be minimzed.
| _i | index of the objective |
Definition at line 16 of file FlowShopObjectiveVectorTraits.cpp.
| bool FlowShopObjectiveVectorTraits::maximizing | ( | int | _i | ) | [static] |
Returns true if the _ith objective have to be maximzed.
| _i | index of the objective |
Definition at line 22 of file FlowShopObjectiveVectorTraits.cpp.
1.4.7