Closed
Description
There's a suggestion to merge both packages in one. Consider to make maven-like project structure and probably use maven to project build.
main/src/java
main/test/java
as an example of directory structure in project. A problem you have now is that finmath-experiments
depends on finmath-lib
but finmath-lib
is included into the the former as a compiled jar
. Hence they are separated somewhat, but I'm not sure it was the purpose.