|
nuXmv API 126f6942
API for nuXmv
|
Functions for getting Assigns from a Model. More...

Functions | |
| int | nuxmv_model_get_init_assign_num (nuxmv_env env, nuxmv_model model) |
| Get the number of initial assignments in a model. | |
| nuxmv_assign | nuxmv_model_get_init_assign (nuxmv_env env, nuxmv_model model, int assign_idx) |
| Get the i-th initial assignment of a model. | |
| int | nuxmv_model_get_next_assign_num (nuxmv_env env, nuxmv_model model) |
| Get the number of next assignments in a model. | |
| nuxmv_assign | nuxmv_model_get_next_assign (nuxmv_env env, nuxmv_model model, int assign_idx) |
| Get the i-th next assignment of a model. | |
| int | nuxmv_model_get_invar_assign_num (nuxmv_env env, nuxmv_model model) |
| Get the number of invariant assignments in a model. | |
| nuxmv_assign | nuxmv_model_get_invar_assign (nuxmv_env env, nuxmv_model model, int assign_idx) |
| Get the i-th invariant assignment of a model. | |
Functions for getting Assigns from a Model.
| nuxmv_assign nuxmv_model_get_init_assign | ( | nuxmv_env | env, |
| nuxmv_model | model, | ||
| int | assign_idx | ||
| ) |
Get the i-th initial assignment of a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to inspect. |
| [in] | assign_idx | The index of the initial assignment counting from 0. |
false.Requirements: 03.004.02
| int nuxmv_model_get_init_assign_num | ( | nuxmv_env | env, |
| nuxmv_model | model | ||
| ) |
Get the number of initial assignments in a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to extract the initial assignment number from. |
-1 in case of error.Requirements: 03.004.02
| nuxmv_assign nuxmv_model_get_invar_assign | ( | nuxmv_env | env, |
| nuxmv_model | model, | ||
| int | assign_idx | ||
| ) |
Get the i-th invariant assignment of a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to inspect. |
| [in] | assign_idx | The index of the invariant assignment counting from 0. |
false.Requirements: 03.004.02
| int nuxmv_model_get_invar_assign_num | ( | nuxmv_env | env, |
| nuxmv_model | model | ||
| ) |
Get the number of invariant assignments in a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to extract the invariant assignment number from. |
-1 in case of error.Requirements: 03.004.02
| nuxmv_assign nuxmv_model_get_next_assign | ( | nuxmv_env | env, |
| nuxmv_model | model, | ||
| int | assign_idx | ||
| ) |
Get the i-th next assignment of a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to inspect. |
| [in] | assign_idx | The index of the next assignment counting from 0. |
false.Requirements: 03.004.02
| int nuxmv_model_get_next_assign_num | ( | nuxmv_env | env, |
| nuxmv_model | model | ||
| ) |
Get the number of next assignments in a model.
| [in] | env | The environment to inspect. |
| [in] | model | The model to extract the next assignment number from. |
-1 in case of error.Requirements: 03.004.02