Skip to content
  • Laurent XU's avatar
    parity: remove history matrices in parity_product() · cb7e43cb
    Laurent XU authored
    The history matrix of size n*m is replaced by couples of vectors with a
    total size of n + m. These couples of vectors are simplified
    representations of the history matrices, they ecnode the exact same
    data. They are cached as well as the method to get the next history
    matrix using the acc_sets and the current history matrix.
    
    * spot/twaalgos/parity.cc: Here.
    cb7e43cb