Herb-AI / HerbConstraints.jl

Constraints for Herb.jl
https://herb-ai.github.io/
MIT License
0 stars 0 forks source link

Rename `isfeasible` #43

Open Whebon opened 1 month ago

Whebon commented 1 month ago

The name isfeasible can be bit misleading. isfeasible actually means that an inconsistency has not been found yet. But is does not mean that a solution necessarily exist.

By checking isfeasible, you are actually checking "is not yet proven to be inconsistent"