forked from rheradio/strong4vm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (192 loc) · 10.8 KB
/
Copy pathindex.html
File metadata and controls
194 lines (192 loc) · 10.8 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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Strong4VM: Strong4VM Documentation</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="icon.png"/></td>
<td id="projectalign">
<div id="projectname">Strong4VM<span id="projectnumber"> 1.0.0</span>
</div>
<div id="projectbrief">A tool for extracting Strong Transitive Dependency and Conflict Graphs from Variability Models</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('index.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div><div class="header">
<div class="headertitle"><div class="title">Strong4VM Documentation </div></div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p><a class="anchor" id="mainpage"></a> <img src="../figures/icon.png" alt="Strong4VM Logo" class="inline"/></p>
<p><em>A tool for extracting Strong Transitive Dependency and Conflict Graphs from Variability Models</em></p>
<h1><a class="anchor" id="autotoc_md30"></a>
Welcome</h1>
<p>Welcome to the Strong4VM documentation! Strong4VM is a comprehensive toolchain for analyzing feature model dependencies and conflicts through SAT-based backbone detection.</p>
<p>Variability models specify configurable options (features) along with their constraints. However, these constraints create numerous indirect relationships through chaining. <b>Strong4VM identifies all transitive strong relationships</b> between features and represents them as graphs. The term <em>transitive</em> refers to relationships formed by linking other relationships, while <em>strong</em> indicates validity in all configurations that comply with the variability model.</p>
<h1><a class="anchor" id="autotoc_md31"></a>
Quick Links</h1>
<ul>
<li><a class="el" href="getting_started.html">Getting Started</a> - Installation and first steps</li>
<li><a class="el" href="architecture.html">Architecture Overview</a> - System design and components</li>
<li><a class="el" href="examples.html">Usage Examples</a> - Common usage patterns</li>
<li><a class="el" href="limitations.html">Limitations</a> - Known limitations and troubleshooting</li>
<li><a href="modules.html">API Reference</a> - Complete API documentation</li>
</ul>
<h1><a class="anchor" id="autotoc_md32"></a>
Key Features</h1>
<ul>
<li><b>🎯 Unified Interface</b>: Single tool for UVL or DIMACS inputs</li>
<li><b>⚡ High Performance</b>: Multi-threaded graph generation with configurable parallelism</li>
<li><b>📈 Comprehensive</b>: Generates requires/excludes graphs and core/dead feature lists</li>
<li><b>✅ Well-tested</b>: Validated against <a href="https://doi.org/10.5281/zenodo.17277788">5,709 real-world variability models</a></li>
</ul>
<h1><a class="anchor" id="autotoc_md33"></a>
Components</h1>
<p>Strong4VM consists of three integrated components forming a complete analysis pipeline:</p>
<ol type="1">
<li><b>UVL2Dimacs</b> - Converts UVL feature models to DIMACS CNF format<ul>
<li>ANTLR4-based parser for Universal Variability Language</li>
<li>Two transformation modes: Straightforward and Tseitin</li>
<li>Efficient CNF encoding of feature relationships</li>
</ul>
</li>
<li><b>Dimacs2Graphs</b> - Generates strong transitive graphs from CNF formulas<ul>
<li>Multi-threaded parallel processing</li>
<li>SAT-based analysis for dependency and conflict detection</li>
<li>Produces Pajek .net graph files</li>
</ul>
</li>
<li><b>BoneDigger</b> - High-performance backbone detection engine<ul>
<li>Three detection strategies: CheckCandidatesOneByOne, FastOnCliffsSlowOnPlains, RushAndPray</li>
<li>Identifies core (always enabled) and dead (never enabled) features</li>
<li>Also used for backbone simplification of UVL-converted formulas</li>
<li>MiniSat-based implementation</li>
</ul>
</li>
</ol>
<p>See the <a class="el" href="architecture.html">Architecture</a> page for detailed design information.</p>
<h1><a class="anchor" id="autotoc_md34"></a>
Pipeline Overview</h1>
<div class="fragment"><div class="line">UVL Feature Model → [UVL2Dimacs + BackboneSimplifier] → Simplified DIMACS → [Dimacs2Graphs + BoneDigger] → Graphs</div>
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md35"></a>
Output Files</h1>
<p>For input file <code>model.uvl</code> or <code>model.dimacs</code>, Strong4VM generates:</p>
<ul>
<li><code>model__requires.net</code> - Strong transitive dependency graph (directed, Pajek format)</li>
<li><code>model__excludes.net</code> - Strong transitive conflict graph (undirected, Pajek format)</li>
<li><code>model__core.txt</code> - Core features (enabled in all configurations)</li>
<li><code>model__dead.txt</code> - Dead features (disabled in all configurations)</li>
</ul>
<h1><a class="anchor" id="autotoc_md36"></a>
Getting Help</h1>
<ul>
<li>See <a class="el" href="getting_started.html">Getting Started with Strong4VM</a> for installation and basic usage</li>
<li>Check <a class="el" href="examples.html">Strong4VM Usage Examples</a> for common usage patterns</li>
<li>Review <a class="el" href="limitations.html">Known Limitations and Troubleshooting</a> for troubleshooting</li>
<li>Visit the <a href="https://github.com/rheradio/Strong4VM">GitHub repository</a> for issues and updates</li>
</ul>
<h1><a class="anchor" id="autotoc_md37"></a>
License</h1>
<p>Strong4VM is released under the MIT License. It is built upon:</p><ul>
<li><b>MiniSat</b>: MIT License</li>
<li><b>ANTLR4</b>: BSD License</li>
</ul>
<h1><a class="anchor" id="autotoc_md38"></a>
Authors</h1>
<ul>
<li>Ruben Heradio, <a href="#" onclick="location.href='mai'+'lto:'+'rhe'+'ra'+'dio'+'@i'+'ssi'+'.u'+'ned'+'.e'+'s'; return false;">rhera<span class="obfuscator">.nosp@m.</span>dio@<span class="obfuscator">.nosp@m.</span>issi.<span class="obfuscator">.nosp@m.</span>uned<span class="obfuscator">.nosp@m.</span>.es</a></li>
<li>Luis Cambelo, <a href="#" onclick="location.href='mai'+'lto:'+'lca'+'mb'+'elo'+'1@'+'alu'+'mn'+'o.u'+'ne'+'d.e'+'s'; return false;">lcamb<span class="obfuscator">.nosp@m.</span>elo1<span class="obfuscator">.nosp@m.</span>@alum<span class="obfuscator">.nosp@m.</span>no.u<span class="obfuscator">.nosp@m.</span>ned.e<span class="obfuscator">.nosp@m.</span>s</a></li>
<li>Miguel A. Olivero, <a href="#" onclick="location.href='mai'+'lto:'+'mol'+'iv'+'ero'+'@u'+'s.e'+'s'; return false;">moliv<span class="obfuscator">.nosp@m.</span>ero@<span class="obfuscator">.nosp@m.</span>us.es</a></li>
<li>José Manuel Sánchez Ruiz, <a href="#" onclick="location.href='mai'+'lto:'+'jsa'+'nc'+'hez'+'7@'+'us.'+'es'; return false;">jsanc<span class="obfuscator">.nosp@m.</span>hez7<span class="obfuscator">.nosp@m.</span>@us.e<span class="obfuscator">.nosp@m.</span>s</a></li>
<li>Alberto Pérez García-Plaza, <a href="#" onclick="location.href='mai'+'lto:'+'alb'+'er'+'to.'+'pe'+'rez'+'@l'+'si.'+'un'+'ed.'+'es'; return false;">alber<span class="obfuscator">.nosp@m.</span>to.p<span class="obfuscator">.nosp@m.</span>erez@<span class="obfuscator">.nosp@m.</span>lsi.<span class="obfuscator">.nosp@m.</span>uned.<span class="obfuscator">.nosp@m.</span>es</a></li>
<li>David Fernández Amorós, <a href="#" onclick="location.href='mai'+'lto:'+'dav'+'id'+'@is'+'si'+'.un'+'ed'+'.es'; return false;">david<span class="obfuscator">.nosp@m.</span>@iss<span class="obfuscator">.nosp@m.</span>i.une<span class="obfuscator">.nosp@m.</span>d.es</a></li>
</ul>
<h1><a class="anchor" id="autotoc_md39"></a>
Funding</h1>
<p>This work is funded by FEDER/Spanish Ministry of Science, Innovation and Universities (MCIN)/Agencia Estatal de Investigacion (AEI) under project COSY (PID2022-142043NB-I00). </p>
</div></div><!-- PageDoc -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8 </li>
</ul>
</div>
</body>
</html>