add next_permutatin, prev_premutation

This commit is contained in:
bolero-MURAKAMI 2012-07-25 14:27:01 +09:00
parent e3511d71b0
commit a64938fad0
12 changed files with 668 additions and 1 deletions

View file

@ -0,0 +1,8 @@
#ifndef SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP
#define SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/next_permutation.hpp>
#include <sprout/algorithm/fit/next_permutation.hpp>
#endif // #ifndef SPROUT_ALGORITHM_NEXT_PERMUTATION_HPP