-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
317 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
set noparent | ||
filter=-build/c++14,-build/include_subdir,-runtime/indentation_namespace,-runtime/references,-build/include,-readability/todo,-runtime/printf | ||
linelength=80 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
/******************************************************************************/ | ||
/* Copyright (C) 2018 Finn Smith <[email protected]> */ | ||
/* Copyright (C) 2018 James Mitchell <[email protected]> */ | ||
/* Copyright (C) 2018 Florent Hivert <[email protected]>, */ | ||
/* */ | ||
/* Distributed under the terms of the GNU General Public License (GPL) */ | ||
/* */ | ||
/* This code 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. */ | ||
/* */ | ||
/* The full text of the GPL is available at: */ | ||
/* */ | ||
/* http://www.gnu.org/licenses/ */ | ||
/******************************************************************************/ | ||
//////////////////////////////////////////////////////////////////////////////// | ||
// Copyright (C) 2018 Finn Smith <[email protected]> // | ||
// Copyright (C) 2018 James Mitchell <[email protected]> // | ||
// Copyright (C) 2018 Florent Hivert <[email protected]>, // | ||
// // | ||
// Distributed under the terms of the GNU General Public License (GPL) // | ||
// // | ||
// This code 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. // | ||
// // | ||
// The full text of the GPL is available at: // | ||
// // | ||
// http://www.gnu.org/licenses/ // | ||
//////////////////////////////////////////////////////////////////////////////// | ||
|
||
// This file contains a declaration of fast boolean matrices up to dimension 8. | ||
|
||
|
@@ -32,7 +32,6 @@ | |
#include <vector> // for vector | ||
|
||
#include "epu.hpp" | ||
|
||
#include "perm16.hpp" | ||
|
||
#ifndef HPCOMBI_ASSERT | ||
|
Oops, something went wrong.