massive documentation update
This commit is contained in:
parent
b4da9edf40
commit
7fed1ebf51
33 changed files with 399 additions and 181 deletions
|
|
@ -31,7 +31,10 @@ Authors:
|
|||
|
||||
#include "edoRepairer.h"
|
||||
|
||||
|
||||
/** Interface for applying an arbitrary unary function as a repairer on each item of the solution
|
||||
*
|
||||
* @ingroup Repairers
|
||||
*/
|
||||
template < typename EOT, typename F = typename EOT::AtomType(typename EOT::AtomType) >
|
||||
class edoRepairerApply : public edoRepairer<EOT>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue