Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smijeva committed Nov 27, 2024
1 parent 8b40c42 commit a0e1dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bindings/pbn_control/control.rs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ impl Control {
/// all network colors). When this option is active, other results that have been computed
/// so far are still returned.
///
/// Optionally, you can also provide a set of `initial_states` that will be considered as the
/// only potential initial states of the network (e.g. in case of some initial states are not
/// considered valid).
///
#[staticmethod]
#[pyo3(signature = (graph, phenotype, oscillation_type = None, size_limit = None, stop_when_found = false, initial_states = None))]
pub fn phenotype_permanent(
Expand Down

0 comments on commit a0e1dda

Please sign in to comment.