Make Progressive as option

This commit is contained in:
Artur Meski
2018-10-13 21:00:06 +01:00
parent 96b0278136
commit e4ab5999aa
7 changed files with 69 additions and 38 deletions

View File

@@ -34,12 +34,8 @@ SymRS::SymRS(RctSys *rs, Options *opts)
pv_ca_succ = nullptr;
tr_ca = nullptr;
// TODO: this should be triggered by the parser and it should depend
// on an option in the input file
rs->ctx_aut->makeProgressive();
rs->printSystem();
encode();
}