in the classpath.txt. Anyhow the path 'build' does not really exists, there is only a 'build.xml' in the /jgrapht-0.7.3/-folder, but I think it is not the same!?!
Then I tried further, but the command
which org.matjgraph.MaximalCliques.getMaximalCliques
fails with
'org.matjgraph.MaximalCliques.getMaximalCliques' not found.
I'm not sure if this is correct, since there is no file called 'matjgraph', but only a file called 'jgraph.jar' in the /jgrapht-0.7.3/lib-folder. On http://www.jgrapht.org/javadoc/ the package is called 'org.jgrapht'. What is correct?
On http://www.jgrapht.org/javadoc/ there is also no class called 'MaximalCliques', but only a class 'BronKerboschCliqueFinder'. In this class there is also no method defined which is called 'getMaximalCliques'. Instead there are two methods called getAllMaximalCliques and getBiggestMaximalCliques.
So if I adopt this different names and try something like:
which org.jgrapht.alg.BronKerboschCliqueFinder.getBiggestMaximalCliques
I still get an error that this is not found.
What am I doing wrong and why can't I use your Jmaximal-function. I running MATLAB 7.4.0.287 (R2007a) with Java 1.5.0_22
Comment only