Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • a83c71a
  • /
  • src
  • /
  • algorithms
  • /
  • CMakeLists.backup
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge
swh:1:cnt:1ee53ec723301271a669a942f8fd13e6c27c6400
directory badge
swh:1:dir:2e32e8282626774bafb902832839dad1f4796760

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • content
  • directory
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
CMakeLists.backup
set( algorithms_SRCS
  optimization/adding_lines.cpp
  optimization/line_reduction.cpp
  optimization/lnn_optimization.cpp
  optimization/window_optimization.cpp

  simulation/partial_simulation.cpp
  simulation/sequential_simulation.cpp
  simulation/simple_simulation.cpp

  synthesis/dd_synthesis_p.cpp
  synthesis/bdd_synthesis.cpp
  synthesis/embed_truth_table.cpp
  synthesis/esop_synthesis.cpp
  synthesis/exact_synthesis.cpp
  synthesis/kfdd_synthesis.cpp
  synthesis/quantum_decomposition.cpp
  synthesis/reed_muller_synthesis.cpp
  synthesis/synthesis_utils_p.cpp
  synthesis/swop.cpp
  synthesis/transformation_based_synthesis.cpp
  synthesis/transposition_based_synthesis.cpp

  verification/equivalence_check.cpp
)

add_library( revkit_algorithms ${algorithms_SRCS} )

set( INSTALL_HEADERS_OPTIMIZATION
  optimization/optimization.hpp

  optimization/adding_lines.hpp
  optimization/line_reduction.hpp
  optimization/lnn_optimization.hpp
  optimization/window_optimization.hpp
)

set( INSTALL_HEADERS_SIMULATION
  simulation/simulation.hpp

  simulation/partial_simulation.hpp
  simulation/sequential_simulation.hpp
  simulation/simple_simulation.hpp
)

set( INSTALL_HEADERS_SYNTHESIS
  synthesis/synthesis.hpp

  synthesis/bdd_synthesis.hpp
  synthesis/embed_truth_table.hpp
  synthesis/esop_synthesis.hpp
  synthesis/exact_synthesis.hpp
  synthesis/kfdd_synthesis.hpp
  synthesis/quantum_decomposition.hpp
  synthesis/reed_muller_synthesis.hpp
  synthesis/swop.hpp
  synthesis/transformation_based_synthesis.hpp
  synthesis/transposition_based_synthesis.hpp
)

set ( INSTALL_HEADERS_VERIFICATION
    verification/verification.hpp

    verification/equivalence_check.hpp
    )


install( FILES ${INSTALL_HEADERS_OPTIMIZATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/algorithms/optmization )
install( FILES ${INSTALL_HEADERS_SIMULATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/algorithms/simulation )
install( FILES ${INSTALL_HEADERS_SYNTHESIS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/algorithms/synthesis )
install( FILES ${INSTALL_HEADERS_VERIFICATION} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/algorithms/verification )

install( TARGETS revkit_algorithms DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API