RE: [configuration] MultiFile Configuration

2009-05-14 Thread Hart, Leo
Thanks for your reply! I'll look into your suggestions and see what I can come up with. -Original Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Wednesday, May 13, 2009 3:56 PM To: Commons Users List Subject: Re: [configuration] MultiFile Configuration Hart,

Re: [math] Re: solving a linear optimization problem with commons math ?

2009-05-14 Thread chengas123
Since this is a linear problem you can use SimplexSolver (only available in Commons Math 2.0). You can reformulate the problem to the equivalent: Maximize C1 (you can put anything here since in your case you don't care about the maximization aspect of the problem but only the constraint

VFS LocalFile#getLocalFile() protected?

2009-05-14 Thread Ryan McKinley
Hello- Is there any reason LocalFile#getLocalFile() is protected rather then public? Since the process to reconstruct a File object is kinda clunky, it would be nice to just have access directly to the file object. ryan