Changeset 00b046f
- Timestamp:
- Jul 3, 2023, 1:12:31 PM (17 months ago)
- Branches:
- master
- Children:
- 70f97c8
- Parents:
- a2f1ea8d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/channel.hfa
ra2f1ea8d r00b046f 340 340 unlock( mutex_lock ); 341 341 342 // only return true when not special OR case , not exceptional calseand status is SAT343 return ( node.extra == 0p || !node.park_counter )? false : *node.clause_status == __SELECT_SAT;342 // only return true when not special OR case and status is SAT 343 return !node.park_counter ? false : *node.clause_status == __SELECT_SAT; 344 344 } 345 345
Note: See TracChangeset
for help on using the changeset viewer.