-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReleaseNotes.txt
51 lines (42 loc) · 1.4 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
beta5 release:
--------------
reworked the constraints and objectives
added a lot of new constraints
added the possibility to specify the search procedure through the command line
improved the LNS heuristics
documented the input and output formats
beta4 release:
------------------
not released at all
beta3 release:
--------------
added shared functions on FPGA: a function is instantiated once (or more) and used by several tasks
beta2 release:
--------------
added manyCore and manyThread
added version tag in Json file format
improved reference document
beta1 release:
---------------
modified the JSon format:
processing element classes are in the mapping problem
improved a lot the search strategy
solved a lot of bugs related to the time model and a bug with underlying constraint
uses latest OscaR.cp model
rewrote the model so that it better scales up
added LNS
alpha6 release:
---------------
modified the JSon input format.
timeUnit and dataUnit have to be declared in the MappingProblem
and fields timeUnitPerBit are renamed to timeUnitPerDataUnit
alpha5 release:
---------------
Speed improvement
uses a modified model for the CP engine where zero values for transmission delays are separated from other ones.
This reduces the size of domains declared for CPIntVars
alpha4 release:
---------------
Speed improvement
uses a better search strategy
also added a command line parameter to increase/decrease optimality