Add JavaDoc and sources for JavaSMT and all solvers#639
Add JavaDoc and sources for JavaSMT and all solvers#639kfriedberger merged 22 commits intomasterfrom
Conversation
|
@kfriedberger Should I also update the solvers that are still missing (cvc4, simtinterpol, z3 legacy)? We don't have JavaDoc/sources for them, but then again they may never get updated |
|
Some minimal JavaDoc-Jar would be nice to have for all our publications, however, for solvers, priority is quite low. |
This PR should at least add JavaDoc for I think one solution might be to further split up the modules and move all solvers out of
For |
- force JavaDoc language to en_US. - fix repeated path in sources-jar. - restructuring and documentation.
kfriedberger
left a comment
There was a problem hiding this comment.
cvc5 was updated to latest version. lgtm.
Commands: ``` ant download-yices2 cd downloads/yices2 git checkout issue-613-mcsat-curried-function-model cd - ant publish-yices2 -Dyices2.version=2.7.0-4f83bf00e ```
kfriedberger
left a comment
There was a problem hiding this comment.
- some minor parts fixed in latest commits. ✅
- sovlers are published in corresponding version, including JavaDoc. ✅
can be merged.

Hello,
this PR will add missing JavaDoc and sources
jarsfor JavaSMT and its solvers:For JavaSMT itself the JavaDoc
jargets built, but just isn't published by Ivy. For most of the solvers we'll first have to generate the JavaDoc files