Skip to Content

discreture v2020-01-29

Created
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

Unknown

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • Rémi Bédard-Couture's avatar Rémi Bédard-Couture
  • Billy O'Neal's avatar Billy O'Neal
  • Jack·Boos·Yu's avatar Jack·Boos·Yu
  • autoantwort's avatar autoantwort

# Changelog

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

# Source