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:
nojhan 2011-09-14 16:30:45 +02:00
commit e4399683dd
6 changed files with 291 additions and 0 deletions

View file

@ -38,6 +38,7 @@ SET(SOURCES
t-bounderno
t-uniform
t-continue
t-dispatcher-round
)
FOREACH(current ${SOURCES})