You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
Some of our transformers are relatively obvious on what they do (e.g. the FallBackTransformer) but others are much less so such as the CSatTransformer, for instance:
What is CSAT in this context? Only thing I can see that seems potentially relevant is circuit satisfiability.
We should update each transformer/optimiser's documentation to reflect their new status and add a short, accessible blurb on what they're doing (range.rs is a nice example but this is a very simple optimisation).
The text was updated successfully, but these errors were encountered:
Some of our transformers are relatively obvious on what they do (e.g. the
FallBackTransformer
) but others are much less so such as theCSatTransformer
, for instance:We should update each transformer/optimiser's documentation to reflect their new status and add a short, accessible blurb on what they're doing (
range.rs
is a nice example but this is a very simple optimisation).The text was updated successfully, but these errors were encountered: