Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify structure #2

Merged
merged 29 commits into from
Feb 3, 2025
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
fc5b1e7
Change -R to -Q
proux01 Dec 17, 2023
e63e953
Compile ConstructiveEpsilon without Arith
proux01 Dec 14, 2023
2a1e7a9
Compile WeakFan without List
proux01 Dec 14, 2023
42ddd15
Compile RelationPairs without SetoidList
proux01 Dec 14, 2023
fc08da6
Compile Classes.SetoidDec without Arith
proux01 Dec 16, 2023
709a5c2
Compile Cantor.v without micromega
proux01 Dec 15, 2023
81c39e8
Compile Logic/WKL without Arith
proux01 Dec 16, 2023
1500289
Compile NArith without ring
proux01 Dec 15, 2023
41d957a
Compile ZArith without QArith
proux01 Dec 16, 2023
2f9f490
Compile NsatzTactic without QArith
proux01 Jul 12, 2024
834cc51
Compile Floats without Psatz
proux01 Dec 16, 2023
3921066
Compile lists without positive
proux01 Jul 7, 2024
982ce13
Compile ring without ZArith
proux01 Jan 30, 2025
9286b12
Compile lia without ZArith
proux01 Jan 30, 2025
f26c817
Compile field without QArith
proux01 Jan 30, 2025
a949a96
Compile lqa without QArith
proux01 Jan 30, 2025
71bd08d
Move FinFun and Bvector to Vectors
proux01 Jul 7, 2024
7c87329
Move Qreals from QArith to Reals
proux01 Jul 7, 2024
7f63588
Move SetoidList and SetoidPermutation from Lists to Sorting
proux01 Jul 7, 2024
6de9b45
Move BoolOrder from Bool to Structures
proux01 Jul 7, 2024
9edf8bc
Move Zerob from Bool to Arith
proux01 Jul 7, 2024
7e10c3d
Move Nsatz from nsatz to Reals
proux01 Jul 12, 2024
e0c2a5f
Move Streams to their own directory
proux01 Sep 26, 2024
78e3e52
Move MExtraction from micromega to test-suite
proux01 Jul 15, 2024
bb12522
[CI] Add a job to check the subcomponent structure
proux01 Jan 30, 2025
ee18061
[doc] Add dependency graph
proux01 Feb 1, 2025
a0a491e
[doc] Better reflect structure
proux01 Feb 1, 2025
7b452fb
[dev-doc] Document the structure checking
proux01 Feb 1, 2025
620b432
[CI] Add a job to check for duplicate files
proux01 Jul 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Move Qreals from QArith to Reals
proux01 committed Feb 1, 2025
commit 7c873290133f44e9ea8268aef0d496f145ef4bce
2 changes: 1 addition & 1 deletion doc/stdlib/index-list.html.template
Original file line number Diff line number Diff line change
@@ -174,7 +174,6 @@ The standard library is composed of the following subdirectories:</p>
theories/QArith/Qring.v
theories/QArith/Qfield.v
(theories/QArith/QArith.v)
theories/QArith/Qreals.v
theories/QArith/Qcanon.v
theories/QArith/Qcabs.v
theories/QArith/Qround.v
@@ -570,6 +569,7 @@ The standard library is composed of the following subdirectories:</p>
theories/Reals/Cauchy/ConstructiveCauchyReals.v
theories/Reals/Cauchy/ConstructiveCauchyRealsMult.v
theories/Reals/Cauchy/ConstructiveCauchyAbs.v
theories/Reals/Qreals.v
</dd>

</dl>
File renamed without changes.