Skip to content
Snippets Groups Projects
Commit 59e91079 authored by Michele Alberti's avatar Michele Alberti
Browse files

[stdlib] Remove unused import and commented specification.

parent e02cfbde
No related branches found
No related tags found
No related merge requests found
......@@ -24,14 +24,11 @@ theory DatasetClassification
use ieee_float.Float64
use int.Int
use array.Array
use option.Option
type features = array t
type label_ = int
type record = (features, label_)
type dataset = array record
type ampli = { start: option int; stop: int; step: option int; }
type amplitude = option ampli
constant dataset: dataset
......@@ -73,7 +70,6 @@ theory DatasetClassificationProps
correct m d /\ robust m d eps
predicate meta_robust (m: model) (d: dataset) (threshold: t) (perturbation: string) (pert_path: string) (out_mode: string) (start: int) (stop: int) (step: int)
(* predicate meta_robust (m: model) (d: dataset) (threshold: t) (perturbation: string) (ampli: amplitude) *)
end
theory NN
......
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