Skip to content

Commit

Permalink
Fix small bug in --delay-generalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Law committed Jan 3, 2024
1 parent c3e0e70 commit 276024a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions FastLAS2/implementation/meta_programs/OptimiseSym.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,13 @@ end
#end.
#show in/1.
#show len/1.
#show pen/1.
#show penalty/2.
#show eg_uncov/1.
#show disj_satisfied/1.
pen(1..L) :- #sum { A, T : penalty(T, A) } = L, L < 10.
#heuristic len(A).[1@1, false]
#heuristic pen(A).[1@1, false]
#heuristic eg_uncov(A).[1@1, false]
#heuristic disj_satisfied(A).[1@1, true]
Expand Down

0 comments on commit 276024a

Please sign in to comment.