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
I am still wondering how partial compilation (see below) could be integrated into Alpha.
doi:10.1017/S1471068419000231
doi:10.24963/ijcai.2020/234
doi:10.1609/aaai.v36i5.20527
Is there any interest in experimenting in that direction?
The Java API to use would be javax.tools.JavaCompiler, for an example consider this wrapping library.
javax.tools.JavaCompiler
The text was updated successfully, but these errors were encountered:
lorenzleutgeb
No branches or pull requests
I am still wondering how partial compilation (see below) could be integrated into Alpha.
doi:10.1017/S1471068419000231
)Constraints Become Propagators (IJCAI 2020,
doi:10.24963/ijcai.2020/234
)doi:10.1609/aaai.v36i5.20527
)Is there any interest in experimenting in that direction?
The Java API to use would be
javax.tools.JavaCompiler
, for an example consider this wrapping library.The text was updated successfully, but these errors were encountered: