Add moBitsNeighbor* which change several bits in a bitsring

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@2074 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
verel 2011-01-26 09:11:30 +00:00
commit ed97642d97
3 changed files with 349 additions and 0 deletions

View file

@ -167,6 +167,8 @@
#include <perturb/moSolInit.h>
#include <problems/bitString/moBitNeighbor.h>
#include <problems/bitString/moBitsNeighbor.h>
#include <problems/bitString/moBitsNeighborhood.h>
#include <problems/bitString/moPopBitNeighbor.h>
#include <problems/bitString/moPopSol.h>
#include <problems/eval/moMaxSATincrEval.h>