Repairer operator more generic than Bounder, example with a Repairer that rounds values, a Dispatcher to call several Repairer on partial solutions
This commit is contained in:
parent
d6ccadd18e
commit
e4399683dd
6 changed files with 291 additions and 0 deletions
|
|
@ -38,6 +38,7 @@ SET(SOURCES
|
|||
t-bounderno
|
||||
t-uniform
|
||||
t-continue
|
||||
t-dispatcher-round
|
||||
)
|
||||
|
||||
FOREACH(current ${SOURCES})
|
||||
|
|
|
|||
Reference in a new issue