pub async fn simulate_execution(
initial_states: States,
capabilities: Capabilities,
tst_node: Node,
) -> Result<SimulationResult>Expand description
Simulate the execution of a task, to compute the feasibility and the associated cost.
pub async fn simulate_execution(
initial_states: States,
capabilities: Capabilities,
tst_node: Node,
) -> Result<SimulationResult>Simulate the execution of a task, to compute the feasibility and the associated cost.