Changeset a8404d9 for src/ResolvExpr/Cost.hpp
- Timestamp:
- Feb 12, 2025, 11:33:33 AM (12 months ago)
- Branches:
- master
- Children:
- 5e8d75bb
- Parents:
- 54cd1a51
- File:
-
- 1 edited
-
src/ResolvExpr/Cost.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Cost.hpp
r54cd1a51 ra8404d9 169 169 } 170 170 171 inline bool operator<=( const Cost lhs, const Cost rhs ) { 172 return !(rhs < lhs); 173 } 174 171 175 inline Cost operator+( const Cost lhs, const Cost rhs ) { 172 176 if ( lhs.all == Cost::infinity || rhs.all == Cost::infinity ) return Cost{ Cost::infinity };
Note:
See TracChangeset
for help on using the changeset viewer.