File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
- Josselin Giet <josselin.giet@ens.fr>
1
+ Josselin Giet <josselin.giet@ens.fr>
2
+ Remi Delmas <remi.delmas@onera.fr>
3
+ Christophe Garion <chritophe.garion@isae-supaero.fr>
Original file line number Diff line number Diff line change 70
70
the considered modal logic
71
71
- ~--soft-ignore~: do not use ~assert-soft~ constraints, even if
72
72
needed (beware, infinite loop possible in this case!)
73
+
74
+ ** Acknowledgments
75
+
76
+ MOLOSS has been partly developed during an internship at
77
+ [[https://www.isae-supaero.fr/en/][ISAE-SUPAERO]] and
78
+ [[http://www.onera.fr/en][ONERA]].
Original file line number Diff line number Diff line change 12
12
module Smap = Map. Make (String )
13
13
module Sset = Set. Make (String )
14
14
15
-
15
+ (* * module for the first-order formula *)
16
16
module FO = struct
17
17
18
18
type ident = string
128
128
(* Formules du 1er ordre "encadrées" *)
129
129
(* --------------------------------------------------------*)
130
130
131
+ (* * module for the boxed first-order formula *)
131
132
module BFO = struct
132
133
133
134
type atom = string
You can’t perform that action at this time.
0 commit comments