Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LATIN2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MMT
LATIN2
Commits
13ff7212
Unverified
Commit
13ff7212
authored
1 year ago
by
ColinRothgang
Browse files
Options
Downloads
Patches
Plain Diff
Clean up DHOL prover example build script
parent
ff53c8d2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/casestudies/2023-cade/test-mmt-based-prover.msl
+18
-10
18 additions, 10 deletions
source/casestudies/2023-cade/test-mmt-based-prover.msl
with
18 additions
and
10 deletions
source/casestudies/2023-cade/test-mmt-based-prover.msl
+
18
−
10
View file @
13ff7212
...
...
@@ -42,9 +42,6 @@ mathpath archive ../../../../LFX
define dependencies
build MMT/urtheories mmt-omdoc lf.mmt
//build MMT/urtheories mmt-omdoc sequences.mmt
//build MMT/urtheories mmt-omdoc primitive_types/bool.mmt
//build MMT/urtheories mmt-omdoc primitive_types/nat.mmt
build MMT/LATIN2 mmt-omdoc fundamentals/concepts.mmt
build MMT/LATIN2 mmt-omdoc fundamentals/base_languages.mmt
build MMT/LATIN2 mmt-omdoc fundamentals/equality.mmt
...
...
@@ -59,19 +56,30 @@ define dependencies
// for using inductively-defined types
build MMT/LFX mmt-omdoc TypedHierarchy.mmt
build MMT/examples mmt-omdoc induction/lfxi.mmt
// build MMT/LATIN2 mmt-omdoc logic/fol.mmt
// build MMT/urtheories mmt-omdoc sequences.mmt
// build MMT/urtheories mmt-omdoc primitive_types/bool.mmt
// build MMT/urtheories mmt-omdoc primitive_types/nat.mmt
// build MMT/LATIN2 mmt-omdoc logic/pl.mmt
//build MMT/LATIN2 mmt-omdoc logic/stfol.mmt
//build MMT/LATIN2 mmt-omdoc foundations/mizar.mmt
//build MMT/LATIN2 mmt-omdoc foundations/mizar-patterns.mmt
// build MMT/LATIN2 mmt-omdoc logic/fol.mmt
// build MMT/LATIN2 mmt-omdoc logic/stfol.mmt
// build MMT/LATIN2 mmt-omdoc foundations/mizar.mmt
// build MMT/LATIN2 mmt-omdoc foundations/mizar-patterns.mmt
// builds mmt content dependencies of the scala implementation of the prover
// if these are missing run these build commands, then rebuild MMT
build MMT/LATIN2 lf-scala fundamentals/concepts.omdoc
build MMT/LATIN2 mmt-omdoc casestudies/2023-cade/Peano
build MMT/LATIN2 lf-scala fundamentals/base_languages.mmt
build MMT/LATIN2 lf-scala fundamentals/equality.mmt
build MMT/LATIN2 lf-scala logic/fol_like/booleans.mmt
build MMT/LATIN2 lf-scala logic/propositional/pl.mmt
build MMT/LATIN2 lf-scala type_theory/function_types.mmt
build MMT/LATIN2 lf-scala logic/fol_like/sfol.mmt
end
// do dependencies
// build MMT/LATIN2 lf-scala fundamentals/concepts.omdoc
// test DPHOL exporter examples for CADE 2023 paper
build MMT/LATIN2 mmt-omdoc casestudies/2023-cade/
build MMT/LATIN2 tptp casestudies/2023-cade/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment