Skip to content

Commit

Permalink
fix: Timed effects were ignored in scheduling problems.
Browse files Browse the repository at this point in the history
  • Loading branch information
arbimo committed Dec 5, 2023
1 parent 51bba79 commit 900194a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planning/grpc/server/src/chronicles.rs
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ fn scheduling_problem_to_chronicles(
let global_env = factory.env.clone();

factory.add_initial_state(&problem.initial_state)?;
factory.add_timed_effects(&problem.timed_effects)?;
factory.add_goals(&problem.goals)?;

for constraint in &scheduling.constraints {
Expand Down

0 comments on commit 900194a

Please sign in to comment.