pub struct DefaultEdgeParams {
    network: BooleanNetwork,
    encoder: BddParameterEncoder,
    unit_set: BddParams,
    empty_set: BddParams,
}
Expand description

Default implementation for edge parameters which adheres to the monotonicity and observability constraints of the network, but poses no other restrictions.

Fields

network: BooleanNetworkencoder: BddParameterEncoderunit_set: BddParams

The parameter valuations which satisfy the static regulation constraints.

empty_set: BddParams

Implementations

New default edge parametrisation for the given network. Warning: computes the unit set, which can be expensive.

Trait Implementations

Compute the parameter set which enables the value of variable to be flipped in the given state.

Note that this set is not a subset of the unit_set! It is really just the flip condition.

Create a new empty set of parameters.

Create a new full set of parameters.

Construct a witness network for the given set of parameters. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.