Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libsemigroups-devel | Distribution: openSUSE Leap 16.0 |
Version: 2.7.3 | Vendor: openSUSE |
Release: lp160.1.1 | Build date: Fri Jan 19 23:10:46 2024 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 2041621 | Source RPM: libsemigroups-2.7.3-lp160.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/libsemigroups/libsemigroups | |
Summary: Development files for the Semigroups library |
A C++14 library containing implementations of several algorithms for computing finite and finitely presented semigroups, namely. This subpackage provides the development headers for it.
GPL-3.0-or-later
* Fri Jan 19 2024 Jan Engelhardt <jengelh@inai.de> - Update to release 2.7.3 * Optimise the Konieczny algorithm * Thu Nov 02 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.7.2 * Unspecified minor issues have been resolved. * Wed Mar 29 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.7.1 * present: fix sort_rules bug * Wed Mar 22 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.7.0 * Allow computation of strongly connected components of non-complete word graphs * Mon Feb 27 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.6.2 * Build system changes only * Sun Feb 26 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.6.1 * Remove auto return type from first_unused_letter * Properly initialise RepOrc * Mon Feb 06 2023 Jan Engelhardt <jengelh@inai.de> - Update to release 2.6.0 * Add a second symmetric group presentation due to Moore * Add three functions to ``presentation`` namespace * Add presentation for the monoid of partial isometries of a cycle graph * word: implement user-defined literal ``_w`` for ``word_type`` * New helper functions for `Presentation` * Add `congruence_kind` argument check to `ToddCoxeter` function `to_gap_string` * Thu Dec 22 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.5.1 * Minor release. No changelog provided. * Thu Dec 15 2022 Dirk Müller <dmueller@suse.com> - update to v2.5.0: * In this release a small number of issues are resolved, and one major new feature is added. The features added in this release are: * Add order_preserving_monoid presentation * Add presentations for the cyclic inverse monoid, and its order- preserving part * Fri Dec 09 2022 Dirk Müller <dmueller@suse.com> - update to v2.4.1: * This is a minor release fixing some issues in the build system that should have been included in the last release. * Change -march=avx -> -mavx by @james-d-mitchell in #418 * Thu Dec 01 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.4.0 * Add replace_word presentation helper * A library of examples of finite presentations was added - Delete pkgconfig.patch * Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de> - Enable fmt component - Refresh pkgconfig.patch * Sat Nov 19 2022 Jan Engelhardt <jengelh@inai.de> - Add pkgconfig.patch * Fri Oct 28 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.3.2 * Fix inaccurate exception information for ``replace_subword`` * string-view: fix bug in append method This bug sometimes caused the ``normal_form`` member function of the ``Kambites`` class template to return incorrect results, or sometimes to cause a crash. * Tue Oct 11 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.3.1 * Sometimes number_of_congruences erroneously returned 0 for the number of congruences with 1 class. * If an empty presentation (no generators or relations) was used to initialise short_rules, then the Sims1::for_each and Sims1::find_if could crash. * Thu Sep 29 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.3.0 * The "Sims1" class has been redesigned and improved to implement a parallel version of the low index congruences algorithm. * Thu Sep 22 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.2.3 * some unspecified minor fixes * Mon Sep 12 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.2.2 * some unspecified minor fixes * Sat Aug 13 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.2.1 * This is a minor release fixing a data race (probably) caused by setting the global locale * Sat Jul 02 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.2.0 * New: Sims Low-Index Congruence Algorithm * Added permutation group intersections * Thu Apr 21 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.1.5 * The Schreier-Sims object size function returned wrong results * Fri Mar 04 2022 Jan Engelhardt <jengelh@inai.de> - Update to release 2.1.4 * Is is now possible to create the quotient_froidure_pin of a congruence with infinitely many classes. * Some exception messages were corrected for Bipartition objects. * Thu Dec 16 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.1.3 * Some performance improvements in ActionDigraph::number_of_paths, the suffix tree implementation, and in KnuthBendix. * Tue Nov 30 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.1.2 * New implementations of the linear time algorithm by Kambites for equality checking and the algorithm by Mitchell and Tsalakou for finding normal forms in small overlap monoids in the class `Kambites`. * A performance improvement in the implementation of Konieczny algorithm, for determining the structure of a finite semigroup or monoid. * An implementation of the linear time algorithm by Radoszewski and Rytter for checking equality of words in free bands in the function. * A major revision, expansion of the settings, and improvement in the performance of the implementation of the Todd-Coxeter algorithm in the class `ToddCoxeter`. * Thu Nov 11 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.0.3 * This release contains a minor change to the FroidurePin class template that resolves an issue with the python binding. * Mon Sep 20 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.0.2 * This release includes some missing operators, adapters, and docs were added. * Sat Aug 28 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.0.1 * konieczny: store lambda/rho positions for D class reps * Wed May 26 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 2.0.0 * Major rewrite of the functionality in libsemigroups for matrices, transformations, and other elements of semigroups. libsemigroups has been updated to use C++14 (from C++11), and some simplifications were made as a consequence. The documentation has been improved, some deprecated functionality was remove, and other minor improvements, and simplifications were made. * Sun Feb 28 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.7 * Fix a bug in `Konieczny` * Added a limit to `CongruenceByPairs` * Fri Feb 05 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.6 * This is a minor release for compatibility with the GAP package Semigroups. * Thu Jan 28 2021 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.5 * Fix unspecified bug in ToddCoxeter * Fri Nov 27 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.4 * There were some bugs in the string formatting in exceptions on 32-bit systems. * The disjoint sets data structures were refactored completely, and their performance improved. * Wed Oct 07 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.3 * Build system changes only * Fri Oct 02 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.2 * Fixed: It was possible to create invalid `PBR` objects, which caused some incorrect values to be returned by `FroidurePin<PBR>` instances. The `to_string` implementation for `PBR` also did not work properly in all cases. * Tue Sep 22 2020 Jan Engelhardt <jengelh@inai.de> - Update to release 1.3.1 * Support for disabling HPCombi (and thus AVX-256 requirement) * Thu Sep 17 2020 Jan Engelhardt <jengelh@inai.de> - Initial package (version 0.6.7) for build.opensuse.org
/usr/include/libsemigroups /usr/include/libsemigroups/action.hpp /usr/include/libsemigroups/adapters.hpp /usr/include/libsemigroups/backward-cpp /usr/include/libsemigroups/backward-cpp/backward.hpp /usr/include/libsemigroups/bipart.hpp /usr/include/libsemigroups/bitset.hpp /usr/include/libsemigroups/bmat.hpp /usr/include/libsemigroups/bmat8.hpp /usr/include/libsemigroups/bruidhinn-traits.hpp /usr/include/libsemigroups/config.hpp /usr/include/libsemigroups/cong-intf.hpp /usr/include/libsemigroups/cong-pair-impl.hpp /usr/include/libsemigroups/cong-pair.hpp /usr/include/libsemigroups/cong-wrap.hpp /usr/include/libsemigroups/cong.hpp /usr/include/libsemigroups/constants.hpp /usr/include/libsemigroups/containers.hpp /usr/include/libsemigroups/coset.hpp /usr/include/libsemigroups/debug.hpp /usr/include/libsemigroups/deprecated.hpp /usr/include/libsemigroups/digraph-helper.hpp /usr/include/libsemigroups/digraph-with-sources.hpp /usr/include/libsemigroups/digraph-with-sources.tpp /usr/include/libsemigroups/digraph.hpp /usr/include/libsemigroups/exception.hpp /usr/include/libsemigroups/fastest-bmat.hpp /usr/include/libsemigroups/felsch-digraph.hpp /usr/include/libsemigroups/felsch-digraph.tpp /usr/include/libsemigroups/felsch-tree.hpp /usr/include/libsemigroups/forest.hpp /usr/include/libsemigroups/fpsemi-examples.hpp /usr/include/libsemigroups/fpsemi-intf.hpp /usr/include/libsemigroups/fpsemi.hpp /usr/include/libsemigroups/freeband.hpp /usr/include/libsemigroups/froidure-pin-base.hpp /usr/include/libsemigroups/froidure-pin-impl.hpp /usr/include/libsemigroups/froidure-pin.hpp /usr/include/libsemigroups/function-ref.hpp /usr/include/libsemigroups/hpcombi.hpp /usr/include/libsemigroups/int-range.hpp /usr/include/libsemigroups/iterator.hpp /usr/include/libsemigroups/kambites.hpp /usr/include/libsemigroups/kbe.hpp /usr/include/libsemigroups/knuth-bendix.hpp /usr/include/libsemigroups/konieczny.hpp /usr/include/libsemigroups/libsemigroups.hpp /usr/include/libsemigroups/make-froidure-pin.hpp /usr/include/libsemigroups/make-present.hpp /usr/include/libsemigroups/matrix.hpp /usr/include/libsemigroups/node-manager.hpp /usr/include/libsemigroups/obvinf.hpp /usr/include/libsemigroups/order.hpp /usr/include/libsemigroups/pbr.hpp /usr/include/libsemigroups/pool.hpp /usr/include/libsemigroups/present.hpp /usr/include/libsemigroups/present.tpp /usr/include/libsemigroups/race.hpp /usr/include/libsemigroups/report.hpp /usr/include/libsemigroups/runner.hpp /usr/include/libsemigroups/schreier-sims-helper.hpp /usr/include/libsemigroups/schreier-sims.hpp /usr/include/libsemigroups/sims1.hpp /usr/include/libsemigroups/sims1.tpp /usr/include/libsemigroups/siso.hpp /usr/include/libsemigroups/stephen.hpp /usr/include/libsemigroups/stl.hpp /usr/include/libsemigroups/string-view.hpp /usr/include/libsemigroups/string.hpp /usr/include/libsemigroups/tce.hpp /usr/include/libsemigroups/textflowcpp /usr/include/libsemigroups/textflowcpp/TextFlow.hpp /usr/include/libsemigroups/timer.hpp /usr/include/libsemigroups/todd-coxeter-digraph.hpp /usr/include/libsemigroups/todd-coxeter-digraph.tpp /usr/include/libsemigroups/todd-coxeter.hpp /usr/include/libsemigroups/transf.hpp /usr/include/libsemigroups/types.hpp /usr/include/libsemigroups/uf.hpp /usr/include/libsemigroups/ukkonen.hpp /usr/include/libsemigroups/ukkonen.tpp /usr/include/libsemigroups/wilo.hpp /usr/include/libsemigroups/wislo.hpp /usr/include/libsemigroups/word.hpp /usr/lib64/libsemigroups.so /usr/lib64/pkgconfig/libsemigroups.pc /usr/share/doc/packages/libsemigroups-devel /usr/share/doc/packages/libsemigroups-devel/README.rst /usr/share/licenses/libsemigroups-devel /usr/share/licenses/libsemigroups-devel/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 12 00:13:41 2024