Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
p-senichenkov committed Jan 6, 2025
1 parent 2e6a8e9 commit e2e16b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/algorithms/fd/pyrocommon/model/pli_cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ class PLICache {
std::unique_ptr<VerticalMap<PositionListIndex>> index_;
// usageCounter - for parallelism

// All these MAYBE_UNUSED_ON_CLANG variables are required to support Pyro's caching strategies from our
// ADBIS paper: https://link.springer.com/chapter/10.1007/978-3-030-30278-8_7
// All these MAYBE_UNUSED_ON_CLANG variables are required to support Pyro's caching strategies
// from our ADBIS paper: https://link.springer.com/chapter/10.1007/978-3-030-30278-8_7

MAYBE_UNUSED_ON_CLANG int saved_intersections_ = 0;

Expand Down

0 comments on commit e2e16b3

Please sign in to comment.