Skip to content

Commit

Permalink
Nothing really
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Jan 4, 2025
1 parent 579104e commit 6c5401b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scalar/propositional-formula-simplification.jl
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@ function scalar_simplification(
# # per una USC. Devo capire se tale intervallo è ⊤, ⊥, o corrisponde ad un solo valore.
end for (feat, bitmask) in feature_groups]))

# @show SoleLogics.connective(φ)
ψ = (length(ch) == 0 ? (⊤) : (length(ch) == 1 ? first(ch) : LeftmostLinearForm(SoleLogics.connective(φ), ch)))
end

0 comments on commit 6c5401b

Please sign in to comment.