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
d55ef7ba
Commit
d55ef7ba
authored
4 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
Fix some typos.
parent
3b592461
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
solver.ml
+3
-3
3 additions, 3 deletions
solver.ml
with
3 additions
and
3 deletions
solver.ml
+
3
−
3
View file @
d55ef7ba
...
@@ -37,7 +37,7 @@ let rec pp_property_marabou property =
...
@@ -37,7 +37,7 @@ let rec pp_property_marabou property =
let
pp_property
solver
property
=
let
pp_property
solver
property
=
match
solver
with
match
solver
with
|
Pyrat
->
|
Pyrat
->
Error
"Not
yet
implemented."
Error
"Not implemented
yet
."
|
Marabou
->
|
Marabou
->
Ok
(
pp_property_marabou
property
)
Ok
(
pp_property_marabou
property
)
...
@@ -100,7 +100,7 @@ let check_compatibility solver model =
...
@@ -100,7 +100,7 @@ let check_compatibility solver model =
|
Marabou
,
(
Model
.
Onnx
as
f
)
->
|
Marabou
,
(
Model
.
Onnx
as
f
)
->
Error
Error
(
Format
.
sprintf
(
Format
.
sprintf
"
`%s' does not support
model format `%s'."
"
Cannot deal with `%s' and
model format `%s'."
(
show_solver
solver
)
(
show_solver
solver
)
(
Model
.
show_format
f
))
(
Model
.
show_format
f
))
|
_
->
|
_
->
...
@@ -126,7 +126,7 @@ let build_command ?raw_options solver property model =
...
@@ -126,7 +126,7 @@ let build_command ?raw_options solver property model =
(* Build actual command-line. *)
(* Build actual command-line. *)
begin
match
solver
with
begin
match
solver
with
|
Pyrat
->
|
Pyrat
->
Error
"Not
yet
implemented"
Error
"Not implemented
yet.
"
|
Marabou
->
|
Marabou
->
let
verbosity_level
=
let
verbosity_level
=
match
Logs
.
level
()
with
match
Logs
.
level
()
with
...
...
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