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

8 lines
295 B
C++

#ifndef SPROUT_ALGORITHM_PREV_PERMUTATION_HPP
#define SPROUT_ALGORITHM_PREV_PERMUTATION_HPP
#include <sprout/config.hpp>
#include <sprout/algorithm/fixed/prev_permutation.hpp>
#include <sprout/algorithm/fit/prev_permutation.hpp>
#endif // #ifndef SPROUT_ALGORITHM_PREV_PERMUTATION_HPP