Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
aae8e4c2
Commit
aae8e4c2
authored
1 year ago
by
Aymeric Varasse
Committed by
Michele Alberti
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Use lower case name for AIMOS files.
parent
431bf65f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/aimos.ml
+0
-0
0 additions, 0 deletions
src/aimos.ml
src/aimos.mli
+0
-0
0 additions, 0 deletions
src/aimos.mli
src/verification.ml
+1
-1
1 addition, 1 deletion
src/verification.ml
with
1 addition
and
1 deletion
src/
AIMOS
.ml
→
src/
aimos
.ml
+
0
−
0
View file @
aae8e4c2
File moved
This diff is collapsed.
Click to expand it.
src/
AIMOS
.mli
→
src/
aimos
.mli
+
0
−
0
View file @
aae8e4c2
File moved
This diff is collapsed.
Click to expand it.
src/verification.ml
+
1
−
1
View file @
aae8e4c2
...
...
@@ -145,7 +145,7 @@ let answer_aimos limit config env config_prover dataset task =
in
Dataset
.
interpret_predicate
env
~
on_model
~
on_dataset
task
in
let
answer
=
A
IMOS
.
call_prover
limit
config
config_prover
predicate
in
let
answer
=
A
imos
.
call_prover
limit
config
config_prover
predicate
in
let
additional_info
=
Generic
None
in
(
answer
,
additional_info
)
...
...
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