Skip to content

Commit

Permalink
[FIX][ADD] add edges for ActStart and ActEnd, fix from comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Anissa committed Nov 28, 2023
1 parent 09d2708 commit 363dd1f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unified_planning/plans/ttp_to_stn.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
from unified_planning.model.mixins.timed_conds_effs import *
from unified_planning.plans.sequential_plan import SequentialPlan
from unified_planning.plans.partial_order_plan import PartialOrderPlan
from unified_planning.plot.plan_plot import plot_partial_order_plan

EPSILON = Fraction(1, 1000)
MAX_TIME = Fraction(5000, 1)
Expand Down

0 comments on commit 363dd1f

Please sign in to comment.