Set the Representative
attribute of constraints for which we find a representative
#67
Labels
topic: performance
Issues about bad performance, or suggestions/PRs for things that will improve performance
Idea: if
VoleFind.Rep(con1, con2, con3, refiner1)
returns a representative element (i.e. notfail
), lets call itx
, then Vole could set theRepresentative
attribute for any of[con1, con2, con3, refiner1!.constraint]
that do not yet have a representative set. i.e.SetRepresentative(con1, x);
, and so on.The text was updated successfully, but these errors were encountered: