Sprout/sprout/algorithm/prev_permutation.hpp

9 lines
295 B
C++
Raw Normal View History

2012-07-25 05:27:01 +00:00
#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