You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ <h1 id="install">Install the equivalence checker on the browser</h1>
92
92
<imgclass="center-fit" src=eqchecker-extension.pngalt="Type Eqchecker in the extension search box">
93
93
</div>
94
94
</li>
95
-
<li> Check the version number of the "Eqchecker" extension. It should be at least <code>0.4.0</code>.
95
+
<li> Check the version number of the "Eqchecker" extension. It should be at least <code>0.9.0</code>.
96
96
<divclass="imgbox">
97
97
<imgclass="center-fit" src=eqchecker-extension-version.pngalt="Check the Eqchecker extension version">
98
98
</div>
@@ -153,9 +153,9 @@ <h1 id="start">Start an equivalence check</h1>
153
153
<li> After an equivalence check (or verified compilation) begins, the progress of the compilation is shown as an <em>eqcheck entry</em> in the "Equivalence Checks" pane. The status of the corresponding entry updates as the equivalence check proceeds.
154
154
155
155
<p>
156
-
If the input files contained multiple functions, a separate eqcheck entry is created for each function, after the initial processing of the input files.
156
+
If an input file contain multiple functions, a separate eqcheck entry is created for each function, after the initial processing of the input files.
157
157
158
-
<p>Depending on the complexity of the transformations and the size of the input function, an equivalence check can take anywhere between a few seconds to a few hours. Our research continously strives to make this faster.
158
+
<p>Depending on the complexity of the transformations and the size of the input function, an equivalence check can take anywhere between a few seconds to a few hours. Our research continuously strives to make this faster.
159
159
<divclass="imgbox">
160
160
<imgclass="center-fit" src=eqcheck-progress.pngalt="The progress of an equivalence check is available in the eqcheck entry">
161
161
</div>
@@ -206,7 +206,7 @@ <h1 id="viewproof">View an equivalence proof and the search tree for a proof</h1
206
206
<li> The search tree is displayed in the "Search Tree" pane in a tree representation. The tree represents all the different
207
207
product-graphs explored by the equivalence checker before arriving at a final proof.
208
208
209
-
<p>You can click on any of the nodes of this search tree to view the (partial) product graph developed incrementally by the algorihm
209
+
<p>You can click on any of the nodes of this search tree to view the (partial) product graph developed incrementally by the algorithm
210
210
till that stage. Different branches of the tree may represent different product graphs --- it is possible for the search algorithm to
0 commit comments