Skip to content

discreturev2020-01-29

Updated

A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, partitions and more.

#Usage

The package discreture is header only and can be used from CMake via:

find_path(DISCRETURE_INCLUDE_DIRS "discreture.hpp")
target_include_directories(main PRIVATE ${DISCRETURE_INCLUDE_DIRS})

#License

Could not be determined

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

and 25 transitive dependencies:

#Host Dependencies

and one transitive dependency:

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • Rémi Bédard-Couture's avatarRémi Bédard-Couture
  • Billy O'Neal's avatarBilly O'Neal
  • Jack·Boos·Yu's avatarJack·Boos·Yu
  • autoantwort's avatarautoantwort

#Changelog

  • 5b11232[many-ports] Don't use deprecated functions (autogenerated) (#26981)
  • a6cb729[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
  • b295670Bulk convert control files. (#19986)
  • c6756ce[discreture] Add new port (#15967)