20 #ifndef SPOT_TGBAALGOS_DTGBASAT_HH
21 # define SPOT_TGBAALGOS_DTGBASAT_HH
23 #include "tgba/tgbaexplicit.hh"
47 SPOT_API tgba_explicit_number*
49 int target_state_number,
50 bool state_based =
false);
58 SPOT_API tgba_explicit_number*
60 bool state_based =
false);
68 SPOT_API tgba_explicit_number*
70 bool state_based =
false);
73 #endif // SPOT_TGBAALGOS_DTGBASAT_HH
SPOT_API tgba_explicit_number * dtgba_sat_minimize_dichotomy(const tgba *a, unsigned target_acc_number, bool state_based=false)
Attempt to minimize a deterministic TGBA with a SAT solver.
SPOT_API tgba_explicit_number * dtgba_sat_synthetize(const tgba *a, unsigned target_acc_number, int target_state_number, bool state_based=false)
Attempt to synthetize am equivalent deterministic TGBA with a SAT solver.
SPOT_API tgba_explicit_number * dtgba_sat_minimize(const tgba *a, unsigned target_acc_number, bool state_based=false)
Attempt to minimize a deterministic TGBA with a SAT solver.