Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
stdpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Arthur Azevedo de Amorim
stdpp
Commits
f5c139ed
Commit
f5c139ed
authored
5 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
test solve_ndisj a bit
parent
6ac4c450
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/solve_ndisj.ref
+3
-0
3 additions, 0 deletions
tests/solve_ndisj.ref
tests/solve_ndisj.v
+26
-0
26 additions, 0 deletions
tests/solve_ndisj.v
with
29 additions
and
0 deletions
tests/solve_ndisj.ref
0 → 100644
+
3
−
0
View file @
f5c139ed
The command has indeed failed with message:
Ltac call to "solve_ndisj" failed.
No applicable tactic.
This diff is collapsed.
Click to expand it.
tests/solve_ndisj.v
0 → 100644
+
26
−
0
View file @
f5c139ed
From
stdpp
Require
Import
namespaces
strings
.
Lemma
test1
(
N1
N2
:
namespace
)
:
N1
##
N2
→
↑
N1
⊆@
{
coPset
}
⊤
∖
↑
N2
.
Proof
.
solve_ndisj
.
Qed
.
Lemma
test2
(
N1
N2
:
namespace
)
:
N1
##
N2
→
↑
N1
.
@
"x"
⊆@
{
coPset
}
⊤
∖
↑
N1
.
@
"y"
∖
↑
N2
.
Proof
.
solve_ndisj
.
Qed
.
Lemma
test3
(
N
:
namespace
)
:
⊤
∖
↑
N
⊆@
{
coPset
}
⊤
∖
↑
N
.
@
"x"
.
Proof
.
solve_ndisj
.
Qed
.
Lemma
test4
(
N
:
namespace
)
:
⊤
∖
↑
N
⊆@
{
coPset
}
⊤
∖
↑
N
.
@
"x"
∖
↑
N
.
@
"y"
.
Proof
.
solve_ndisj
.
Qed
.
Lemma
test5
(
N1
N2
:
namespace
)
:
⊤
∖
↑
N1
∖
↑
N2
⊆@
{
coPset
}
⊤
∖
↑
N1
.
@
"x"
∖
↑
N2
∖
↑
N1
.
@
"y"
.
Proof
.
Fail
solve_ndisj
.
(* FIXME: it should be able to solve this. *)
apply
namespace_subseteq_difference
.
{
apply
ndot_preserve_disjoint_r
.
set_solver
.
}
solve_ndisj
.
Qed
.
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