forked from goblint/analyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yed-sv-comp.cnfx
129 lines (129 loc) · 3.83 KB
/
yed-sv-comp.cnfx
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<styles>
<style name="SV-COMP" scope="node" selectionOnly="false">
<mapping>
<source name="entry" origin="customProperty" type="boolean"/>
<target name="fillColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#00ff00</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="sink" origin="customProperty" type="boolean"/>
<target name="fillColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#808080</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="violation" origin="customProperty" type="boolean"/>
<target name="fillColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#ff0000</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="goblintNode" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="boolean">true</hint>
<hint type="int">0</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="invariant" origin="customProperty" type="string"/>
<target name="tooltip" type="string">
<hints/>
</target>
<conversion type="asIs"/>
</mapping>
</style>
<style name="SV-COMP" scope="edge" selectionOnly="false">
<mapping>
<source name="control" origin="customProperty" type="string"/>
<target name="lineColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>condition-true</value>
<result>#00ff00</result>
</discrete>
<discrete>
<value>condition-false</value>
<result>#ff0000</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="enterLoopHead" origin="customProperty" type="boolean"/>
<target name="lineColor" type="color">
<hints/>
</target>
<conversion type="discrete">
<discrete>
<value>true</value>
<result>#0000ff</result>
</discrete>
</conversion>
</mapping>
<mapping>
<source name="goblintEdge" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">0</hint>
</hints>
</target>
<conversion type="asIs"/>
</mapping>
<mapping>
<source name="enterFunction" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">1</hint>
</hints>
</target>
<conversion type="regexp">
<regexp>
<pattern xml:space="preserve"><![CDATA[(.*)]]></pattern>
<replacement xml:space="preserve"><![CDATA[enter: $1]]></replacement>
<replaceAll>false</replaceAll>
<replaceAlways>true</replaceAlways>
</regexp>
</conversion>
</mapping>
<mapping>
<source name="returnFromFunction" origin="customProperty" type="string"/>
<target name="labelText" type="string">
<hints>
<hint type="int">1</hint>
</hints>
</target>
<conversion type="regexp">
<regexp>
<pattern xml:space="preserve"><![CDATA[(.*)]]></pattern>
<replacement xml:space="preserve"><![CDATA[return: $1]]></replacement>
<replaceAll>false</replaceAll>
<replaceAlways>true</replaceAlways>
</regexp>
</conversion>
</mapping>
</style>
</styles>