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 9, 2025
1 parent 59b43ea commit d69d2c2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 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,9 @@ class PLICache {
std::unique_ptr<VerticalMap<PositionListIndex>> index_;
// usageCounter - for parallelism

// All these MAYBE_UNUSED_PRIVATE_FIELD 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_PRIVATE_FIELD 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_PRIVATE_FIELD int saved_intersections_ = 0;

Expand Down

0 comments on commit d69d2c2

Please sign in to comment.