Re: [OT] mathematical algorithm in java

2007-05-18 Thread Dave Newton
--- Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > Are there any mathematical algorithm in java, for > example CPM, or branch and bound algorithm Just out of curiosity, did you try using Google and searching for, say, something along the lines of "branch and bound +java" or something? I could be wr

Re: [OT] mathematical algorithm in java

2007-05-18 Thread Antonio Petrelli
2007/5/18, Ashish Kulkarni <[EMAIL PROTECTED]>: Hi Are there any mathematical algorithm in java, for example CPM, or branch and bound algorithm I think that you did not use the correct words when googling :-) CPM and branch-and-bound are arguments of Operational Research. I googled "Operation

[OT] mathematical algorithm in java

2007-05-18 Thread Ashish Kulkarni
Hi Are there any mathematical algorithm in java, for example CPM, or branch and bound algorithm Open source is good, but not a requirement, anything in C or C++ is also okay, can try to call them from java Can anyone provide some links for them Ashish