mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
Make sure all headers do #pragma once
. (#6188)
This commit is contained in:
parent
3a8eb1e7ec
commit
3e38bbb009
41 changed files with 68 additions and 1 deletions
|
@ -17,6 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/dd/dd_pdd.h"
|
||||
|
||||
namespace dd {
|
||||
|
|
|
@ -17,6 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/dd/dd_pdd.h"
|
||||
#include "math/interval/dep_intervals.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/binary_heap_priority_queue.h"
|
||||
namespace lp {
|
||||
|
|
|
@ -17,6 +17,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include "math/lp/lp_utils.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <limits>
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/lp/lp_settings.h"
|
||||
#ifdef Z3DEBUG
|
||||
#include "util/vector.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/indexed_vector.h"
|
||||
#include "math/lp/lp_settings.h"
|
||||
|
|
|
@ -9,6 +9,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/lar_core_solver.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "util/vector.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include "util/vector.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/lp/lp_dual_simplex.h"
|
||||
namespace lp{
|
||||
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <list>
|
||||
#include "util/vector.h"
|
||||
#include <fstream>
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
// this is a part of lp_primal_core_solver that deals with the tableau
|
||||
#include "math/lp/lp_primal_core_solver.h"
|
||||
namespace lp {
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/lp_primal_simplex.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
#include "util/vector.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include "util/vector.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <algorithm>
|
||||
#include <set>
|
||||
|
|
|
@ -17,6 +17,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <cmath>
|
||||
#include <string>
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/permutation_matrix.h"
|
||||
namespace lp {
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/lp/random_updater.h"
|
||||
#include "math/lp/static_matrix.h"
|
||||
#include "math/lp/lar_solver.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/row_eta_matrix.h"
|
||||
namespace lp {
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include "math/lp/scaler.h"
|
||||
#include "math/lp/numeric_pair.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/square_dense_submatrix.h"
|
||||
namespace lp {
|
||||
|
|
|
@ -17,6 +17,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include "math/lp/square_sparse_matrix.h"
|
||||
|
|
|
@ -17,6 +17,8 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "util/vector.h"
|
||||
#include <utility>
|
||||
#include <set>
|
||||
|
|
|
@ -16,6 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "math/subpaving/subpaving_t.h"
|
||||
#include "math/interval/interval_def.h"
|
||||
#include "util/buffer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue