query_dirty_cells

Defined in header: <ixion/formula.hpp>

abs_address_set_t ixion::query_dirty_cells(model_context &cxt, const abs_address_set_t &modified_cells)

Get the positions of those formula cells that directly or indirectly depend on the specified source cells.

Parameters:
  • cxt – model context.

  • modified_cells – collection of the postiions of cells that have been modified.

Returns:

collection of the positions of formula cells that directly or indirectly depend on at least one of the specified source cells.