Skip to content
Snippets Groups Projects
Commit aae8e4c2 authored by Aymeric Varasse's avatar Aymeric Varasse :innocent: Committed by Michele Alberti
Browse files

Use lower case name for AIMOS files.

parent 431bf65f
No related branches found
No related tags found
No related merge requests found
File moved
File moved
......@@ -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 = AIMOS.call_prover limit config config_prover predicate in
let answer = Aimos.call_prover limit config config_prover predicate in
let additional_info = Generic None in
(answer, additional_info)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment