Skip to content

Commit cb849dc

Browse files
committed
edits
1 parent 5e0c215 commit cb849dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h1 id="install">Install the equivalence checker on the browser</h1>
9292
<img class="center-fit" src=eqchecker-extension.png alt="Type Eqchecker in the extension search box">
9393
</div>
9494
</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>.
9696
<div class="imgbox">
9797
<img class="center-fit" src=eqchecker-extension-version.png alt="Check the Eqchecker extension version">
9898
</div>
@@ -153,9 +153,9 @@ <h1 id="start">Start an equivalence check</h1>
153153
<li> After an equivalence check (or verified compilation) begins, the progress of the compilation is shown as an <em>eqcheck entry</em> in the &quot;Equivalence Checks&quot; pane. The status of the corresponding entry updates as the equivalence check proceeds.
154154

155155
<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.
157157

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.
159159
<div class="imgbox">
160160
<img class="center-fit" src=eqcheck-progress.png alt="The progress of an equivalence check is available in the eqcheck entry">
161161
</div>
@@ -206,7 +206,7 @@ <h1 id="viewproof">View an equivalence proof and the search tree for a proof</h1
206206
<li> The search tree is displayed in the &quot;Search Tree&quot; pane in a tree representation. The tree represents all the different
207207
product-graphs explored by the equivalence checker before arriving at a final proof.
208208

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
210210
till that stage. Different branches of the tree may represent different product graphs --- it is possible for the search algorithm to
211211
backtrack during this search for a proof.
212212
<div class="imgbox">

0 commit comments

Comments
 (0)