postproc: Add a sat-minimize option.

* src/tgbaalgos/postproc.hh, src/tgbaalgos/postproc.cc: Here.
This commit is contained in:
Alexandre Duret-Lutz 2013-05-10 18:29:02 +02:00
parent d9f3ca71c0
commit b679adadf9
2 changed files with 82 additions and 27 deletions

View file

@ -106,6 +106,7 @@ namespace spot
int scc_filter_;
int ba_simul_;
bool tba_determinisation_;
bool sat_minimize_;
};
/// @}
}