symengine icon indicating copy to clipboard operation
symengine copied to clipboard

Tribool refactor

Open rikardn opened this issue 3 years ago • 0 comments

  • Change tribool from plain enum to safer enum class
  • Move tribool to its own header tribool.h
  • Add or_tribool and orwk_tribool for completeness
  • Add tests for tribool_from_bool
  • Fix bug that was found when moving to enum class for tribool

rikardn avatar Aug 08 '22 10:08 rikardn