// // libsemigroups - C++ library for semigroups and monoids // Copyright (C) 2019 James D. Mitchell // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. //
#include <algorithm> // for transform, find_if #include <cctype> // for tolower #include <chrono> // for nanoseconds #include <cmath> // for pow #include <cstdlib> // for exit, size_t #include <iomanip> // for operator<<, setw #include <iostream> // for string, operator<<, basic_ostream #include <locale> // for locale #include <string> // for char_traits, allocator, hash #include <unordered_map> // for unordered_map, __hash_map_iterator #include <vector> // for vector
#include"catch.hpp"// for Colour, Colour::Code::BrightRed, CATCH_REGISTER...
#include"libsemigroups/config.hpp"// for LIBSEMIGROUPS_BACKWARD_ENABLED #include"libsemigroups/string.hpp"// for to_string, unicode_string_length #include"libsemigroups/timer.hpp"// for Timer
// The way the total time below is displayed is unattractive, so decided to // leave this out for the time being. // void testRunEnded(Catch::TestRunStats const&) override { // std::cout << libsemigroups::detail::Timer::string( // std::chrono::nanoseconds(_total_time)) // << std::endl; //}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.