We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyGuSML/src/solver/preprocessor.ml
Line 452 in 8821515
Preprocessor.preprocess 내의 analysisCmd 함수에서, Cmd가 inv-constraint로 시작하는 경우에도, 그 외의 어느 경우에도 analysisCmd 함수에 넘겨진 invfunclist의 값을 갱신한 값은 나타나지 않는다.
analysisCmd
Cmd
inv-constraint
invfunclist
The text was updated successfully, but these errors were encountered:
preprocess 전에 desugar 함수를 먼저 실행하는데 이때 inv-constraint가 constraint로 치환되어서 그런 것으로 보임
preprocess 함수 실행할때는 syntax sugar인 inv-constraint, synth-inv, declare-datatype 등은 ast에서 없어야 함
Sorry, something went wrong.
No branches or pull requests
SyGuSML/src/solver/preprocessor.ml
Line 452 in 8821515
Preprocessor.preprocess 내의
analysisCmd
함수에서,Cmd
가inv-constraint
로 시작하는 경우에도, 그 외의 어느 경우에도analysisCmd
함수에 넘겨진invfunclist
의 값을 갱신한 값은 나타나지 않는다.The text was updated successfully, but these errors were encountered: