User Tools

Site Tools


usage

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
usage [2018/11/14 16:09] – [Learning Algorithms for Büchi automata] liyongusage [2018/11/14 16:09] – [Lazy Equivalence Check] liyong
Line 90: Line 90:
  
  
-  * -under. This method under-approximates the ultimately periodic words accepted by the conjectured FDFA. +  * **-under**. This method under-approximates the ultimately periodic words accepted by the conjectured FDFA. 
-  * -over. It over-approximates the ultimately periodic words accepted by the conjectured FDFA.+  * **-over**. It over-approximates the ultimately periodic words accepted by the conjectured FDFA.
  
 === Limit Deterministic Büchi Automata === === Limit Deterministic Büchi Automata ===
  
-You can also get a limit deterministic Büchi automaton as the final output automaton by giving the option -ldba when using the L<sup>ω</sup> learner [9]. +You can also get a limit deterministic Büchi automaton as the final output automaton by giving the option **-ldba** when using the L<sup>ω</sup> learner [9]. 
 An example is given below. An example is given below.
 <code> <code>
Line 106: Line 106:
 If you want to reuse the counterexample returned by the teacher as much as possible, you can use the If you want to reuse the counterexample returned by the teacher as much as possible, you can use the
 lazy equivalence check optimization as follows (NOT TESTED). lazy equivalence check optimization as follows (NOT TESTED).
-This option is not encouraged since it may result in larger output automaton.+This option is **not encouraged** since it may result in larger output automaton.
 <code> <code>
 java -jar ROLL.jar learn aut.ba -table -periodic -lazyeq java -jar ROLL.jar learn aut.ba -table -periodic -lazyeq
usage.txt · Last modified: 2018/11/15 20:21 by liyong