Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
3ed1ce1e
Commit
3ed1ce1e
authored
Oct 25, 2010
by
Andrei Paskevich
Browse files
fix my own silliness in provers-data.conf + remove bogus prelude from tptp.drv
parent
73ee2d1e
Changes
3
Hide whitespace changes
Inline
Side-by-side
drivers/tptp.drv
View file @
3ed1ce1e
(* Why driver for tptp first-order logic solvers *)
(* Why driver for first-order tptp provers *)
prelude "% this is a why prelude for tptp solvers
fof(two_constants, axiom, ~ ('0' = '1'))."
printer "tptp"
printer "tptp"
filename "%f-%t-%g.p"
filename "%f-%t-%g.p"
...
...
share/provers-detection-data.conf
View file @
3ed1ce1e
...
@@ -62,7 +62,7 @@ driver = "drivers/simplify.drv"
...
@@ -62,7 +62,7 @@ driver = "drivers/simplify.drv"
[
ATP
spass
]
[
ATP
spass
]
name
=
"Spass"
name
=
"Spass"
exec
=
"SPASS"
exec
=
"SPASS"
version_switch
=
"
|| fals
e"
version_switch
=
"
-TPTP || tru
e"
version_regexp
=
"SPASS V \\([^ \n\t]+\\)"
version_regexp
=
"SPASS V \\([^ \n\t]+\\)"
command
=
"why3-cpulimit 0 %m %e -TPTP -PGiven=0 -PProblem=0 -DocProof -TimeLimit=%t %f 2>&1"
command
=
"why3-cpulimit 0 %m %e -TPTP -PGiven=0 -PProblem=0 -DocProof -TimeLimit=%t %f 2>&1"
driver
=
"drivers/tptp.drv"
driver
=
"drivers/tptp.drv"
...
...
theories/algebra.why
View file @
3ed1ce1e
...
@@ -69,6 +69,7 @@ theory UnitaryCommutativeRing
...
@@ -69,6 +69,7 @@ theory UnitaryCommutativeRing
clone export CommutativeRing
clone export CommutativeRing
logic one : t
logic one : t
axiom Unitary : forall x:t. one * x = x
axiom Unitary : forall x:t. one * x = x
axiom NonTrivialRing : zero <> one
end
end
theory Field
theory Field
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment