spot/spot
Alexandre GBAGUIDI AISSE ef2355a542 twaalgos: Set 'dicho' algo as default for SAT-based minimization
* python/spot/__init__.py: Handle options.
* spot/twaalgos/dtwasat.cc: Handle options.
* spot/twaalgos/postproc.cc: Handle options.
* spot/twaalgos/postproc.hh: Handle options.
* tests/core/satmin.test: Update tests.
Now use 'sat-minimize=4' to use the naive algo.
* tests/core/satmin2.test: Update tests.
Now use --sat-minimize='naive' to use the naive algo.
* tests/python/satmin.py: Update tests.
Now use 'naive=True' to use the naive algo.
2017-01-06 19:53:21 +01:00
..
graph twa_graph: support alternation in remove_dead/unreachable_states 2016-12-29 12:57:53 +01:00
kripke Automata with no state are no longer allowed. 2016-11-29 10:34:03 +01:00
ltsmin ltsmin: workaround spurious gcc-snapshot warning 2016-12-10 21:56:25 +01:00
misc spot: Implement dt*a_sat_minimize_assume(...) methods 2017-01-06 19:53:21 +01:00
parseaut support for semi-deterministic property 2016-12-29 16:37:43 +01:00
parsetl parsetl: flush the errors 2016-11-05 22:59:02 +01:00
priv spot: Add 'langmap' option with dichotomy (it helps to choose min val) 2017-01-06 19:53:21 +01:00
ta Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
taalgos Prefer emplace_back to push_back 2016-11-23 09:39:58 +01:00
tl twa: add prop_set::improve_det 2016-12-30 10:56:04 +01:00
twa twa: add prop_set::improve_det 2016-12-30 10:56:04 +01:00
twaalgos twaalgos: Set 'dicho' algo as default for SAT-based minimization 2017-01-06 19:53:21 +01:00
.gitignore rename src/ as spot/ and use include <spot/...> 2015-12-04 20:13:59 +01:00
Makefile.am spot: Add Picosat to Spot library & Update satsolver class 2017-01-06 19:53:21 +01:00