Sprout/sprout/algorithm/next_permutation.hpp
2012-07-25 14:27:01 +09:00

8 lines
295 B
C++

#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