Apply an arbitrary unary function as a repairer on each item of the solution. More...
#include <edoRepairerApply.h>
Public Member Functions | |
edoRepairerApplyUnary (F function) | |
virtual void | operator() (EOT &sol) |
Apply an arbitrary unary function as a repairer on each item of the solution.
By default, the signature of the expected function is "EOT::AtomType(EOT::AtomType)"
Definition at line 56 of file edoRepairerApply.h.