pub fn encode_resilience_condition<TA, C>(
ta: &TA,
solver: &SMTSolver,
ctx: &C,
) -> SMTExprwhere
TA: ThresholdAutomaton,
C: SMTVariableContext<Parameter>,Expand description
Encode the resilience conditions of a threshold automaton into an SMT expression and return it