Skip to content

Commit

Permalink
add the missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Coutelier committed Apr 19, 2024
1 parent 40fe242 commit fd6fa06
Show file tree
Hide file tree
Showing 16 changed files with 145 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Inferences/ForwardSubsumptionAndResolution.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.htmlmatch2.
* https://vprover.github.io/license.html
* and in the source directory
*/
/**
Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/SubstitutionTheory.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef SUBSTITUTIONTHEORY_HPP
#define SUBSTITUTIONTHEORY_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/constraint.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#include "./constraint.hpp"

namespace subsat {
Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/constraint.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef SUBSAT_CONSTRAINT_HPP
#define SUBSAT_CONSTRAINT_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/decision_queue.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef DECISION_QUEUE_HPP
#define DECISION_QUEUE_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/default_init_allocator.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef DEFAULT_INIT_ALLOCATOR_HPP
#define DEFAULT_INIT_ALLOCATOR_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/log.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#include <unistd.h>
#include <utility>

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/log.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef SUBSAT_LOG_HPP
#define SUBSAT_LOG_HPP

Expand Down
18 changes: 18 additions & 0 deletions SATSubsumption/subsat/subsat.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#include "./subsat.hpp"


Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/subsat.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef SUBSAT_HPP
#define SUBSAT_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/subsat_config.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef SUBSAT_CONFIG_HPP
#define SUBSAT_CONFIG_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/subsat_main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#include "./subsat.hpp"

#include <fstream>
Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/types.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#include "./types.hpp"

namespace subsat {
Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/types.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef TYPES_HPP
#define TYPES_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/variable_domain_size.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef VARIABLE_DOMAIN_SIZE_HPP
#define VARIABLE_DOMAIN_SIZE_HPP

Expand Down
9 changes: 9 additions & 0 deletions SATSubsumption/subsat/vector_map.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* This file is part of the source code of the software program
* Vampire. It is protected by applicable
* copyright laws.
*
* This source code is distributed under the licence found here
* https://vprover.github.io/license.html
* and in the source directory
*/
#ifndef VECTOR_MAP_HPP
#define VECTOR_MAP_HPP

Expand Down

0 comments on commit fd6fa06

Please sign in to comment.