|
spot 2.16
|
Parameters passed to callbacks when generating successor states from the shared library produced by LTSmin. More...
#include <spot/ltsmin/spins_kripke.hh>
Public Attributes | |
| cspins_state_manager * | manager |
| State manager. | |
| std::vector< cspins_state > * | succ |
| Successors of a state. | |
| int * | compressed |
| Buffer for compressed states. | |
| int * | uncompressed |
| Buffer for uncompressed states. | |
| bool | compress |
| Whether compression is used. | |
| bool | selfloopize |
| Whether to selfloopize. | |
Parameters passed to callbacks when generating successor states from the shared library produced by LTSmin.
| bool spot::inner_callback_parameters::compress |
Whether compression is used.
| int* spot::inner_callback_parameters::compressed |
Buffer for compressed states.
| cspins_state_manager* spot::inner_callback_parameters::manager |
State manager.
| bool spot::inner_callback_parameters::selfloopize |
Whether to selfloopize.
| std::vector<cspins_state>* spot::inner_callback_parameters::succ |
Successors of a state.
| int* spot::inner_callback_parameters::uncompressed |
Buffer for uncompressed states.
1.9.8