-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRBlockConfig2.txt
More file actions
83 lines (58 loc) · 2.38 KB
/
Copy pathRBlockConfig2.txt
File metadata and controls
83 lines (58 loc) · 2.38 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - RBlockConfig2.txt - - - - - - - - - - - - - - -
#
# A txt description of a RBlockConfig object for configuring a "complex"
# Block. In particular, the RBlockConfig does nothing to the "root" Block,
# but it applies a given set of sub-BlockConfig to its sons
#
# Antonio Frangioni
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
RBlockConfig # exact type of the Configuration object
# first the (empty) configuration for the "root" Block- - - - - - - - - - - -
1 # f_diff == 0 ==> all non-provided parameters are set to the default value
# f_diff == 1 ==> all non-provided parameters are not changed
# static constraints Configuration
* #none
# dynamic constraints Configuration
* #none
# static variables Configuration
* #none
# dynamic variables Configuration
* #none
# objective Configuration
* #none
# is_feasible Configuration
* #none
# is_optimal Configuration
* #none
# solution Configuration
* #none
# extra Configuration
* #none
# now the BlockConfig for the sub-Block - - - - - - - - - - - - - - - - - - -
10 # configure the first 10 sub-Block of the Block
# the BlockConfig for the sub-Block 01
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 02
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 03
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 04
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 05
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 06
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 07
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 08
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 09
*BlockConfig2.txt # take it from the given file
# the BlockConfig for the sub-Block 10
*BlockConfig2.txt # take it from the given file
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - END RBlockConfig2.txt - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -