Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Option for efficient determination of non-operational status (#602)
* ✨ function to determine efficiently if the layout is non-operational. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 Incorporated pre-commit fixes * 📝 updated changelog.rst * 🎨 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 📝 small fix. * 📝 small fix. * ⚗️ small change. * 📝 small fix. * 🎨 Incorporated pre-commit fixes * 🎨 small fix. * 📝 add docu. * 🎨 small fix. * 🎨 Incorporated pre-commit fixes * 🎨 small fix. * ✅ small update. * 🎨 Incorporated pre-commit fixes * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 implement Marcel's comments and restructure code * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 update docu. * 🐍 small fix. * 📝 small fix. * 📝 small fix. * 📝 small fix. * ✅ small fix. * ✅ small fix. * 🐍 small fix. * 🎨 small fix. * ✅ small fix. * ✨ add feature to only use pruning strategies to approximate operation status. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 add comment. * ✅ add more tests. * 🎨 small restructuring. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 small restructure. * 🎨 restructure. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 small fix. * 🎨 small fix. * ✅ revert changes. * ✅ add further test to cover special case. * 🎨 small updates. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🚸 add experiment. * 🎨 small fix. * 🐛 fixed wrong cell type. * 🐛 fixed wrong truth table for wire and inv. * 🎨 several fixes. * 🐛 fixed wrong cell type. * 🐛 fix while loop. * 🚸 update experiment. * 🎨 fix quickexact after implementing clone function for cds. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 revert changes to avoid runtime change of QE. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 minor changes. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ⚡ update benchmark results. * ✅ change outdated test. * 🐛 fix wrong setting in unit test. Windows CI should be fixed now. * 🎨 update is_operational_impl constructor to control initialization of the input iterator. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ✅ small update of the test. * 🎨 implement Marcel's feedback. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ✅ small change. * 📝 small fix/update. * ⚗️ update experiment. * 🎨 add static_cast. * 🎨 add assert. * 🎨 increase consistency. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 📝 small fix. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ⚗️ add pruning runtime. * ✅ add a small comment. * ⚗️ update experiment after change. * ✅ small bug fix. * ⚗️ small rephrasing. * ⚗️ small rephrasing. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 implement Marcel's feedback. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 use the previous version for the evaluate_output function. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * 🎨 remove unused header. * 🎨 solve missing renaming. * 📝 Update pyfiction docstrings Signed-off-by: GitHub Actions <actions@github.com> * ✅ test same test. * 🐛 fix bugs that occurred during merging. --------- Signed-off-by: GitHub Actions <actions@github.com> Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Marcel Walter <marcel.walter@tum.de>
- Loading branch information