enforced precedence if intersections proceed unions without parenthesis

This commit is contained in:
myerspat 2022-07-28 12:22:28 -05:00
parent cd216c7502
commit 8a5df89ea5
4 changed files with 111 additions and 32 deletions

View file

@ -202,6 +202,8 @@ public:
//! Definition of spatial region as Boolean expression of half-spaces
vector<std::int32_t> region_;
//! Revised infix notation with no complements
vector<std::int32_t> region_no_complements_;
bool simple_; //!< Does the region contain only intersections?
//! \brief Neighboring cells in the same universe.