Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tiamo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Maximilien COLANGE
tiamo
Commits
87cad902
Commit
87cad902
authored
Apr 04, 2016
by
Maximilien Colange
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix an issue on the number of clocks introduced in commit
5c1cb14e
.
parent
269e7e8b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/uppaalta.ml
src/uppaalta.ml
+1
-1
No files found.
src/uppaalta.ml
View file @
87cad902
...
...
@@ -639,7 +639,7 @@ struct
(* this should be used from another function that caches the results *)
(* TODO some clocks already have their constant known, cache them *)
let
_lubounds
ta
state
=
let
n
=
nb_clocks
ta
in
let
n
=
VarContext
.
size
ta
.
clocks
in
let
lb
,
ub
=
Array
.
make
n
0
,
Array
.
make
n
0
in
for
cl
=
0
to
n
-
1
do
let
lexpr
,
uexpr
=
Array
.
fold_left
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment