Apply an arbitrary binary function as a repairer on each item of the solution, the second argument of the function being fixed and given at instanciation. More...
#include <edoRepairerApply.h>
Public Types | |
typedef EOT::AtomType | ArgType |
Public Member Functions | |
edoRepairerApplyBinary (F function, ArgType arg) | |
virtual void | operator() (EOT &sol) |
Protected Attributes | |
ArgType | _arg |
Apply an arbitrary binary function as a repairer on each item of the solution, the second argument of the function being fixed and given at instanciation.
Definition at line 77 of file edoRepairerApply.h.