|
From: Chris S. <chr...@gm...> - 2010-04-12 18:09:53
|
Since there are more non-programmer end-users running rails, shouldn't the default for logging be INFO? -- Chris Please consider the environment before printing this e-mail. On Mon, Apr 12, 2010 at 10:50 AM, Stefan Frey (web.de) <ste...@we...>wrote: > There is a first working version for revenue calculation in CVS. > The interface is minimal and added to the graph view: > > Thus in the ORWindow select Info => NetworkInfo and the > public company. Then the graph is displayed and the optimal revenue result > and > the vertexes run for each train for the result. > > After this one can add additional trains and the optimization restarts. > > For available traintypes (currently default (including diesel), +, E and D > trains) check the addTrainByString method in RevenueAdapter. > > BE CAREFUL: > 1) It generates a lot of debug in the 18xx.log if the logging level is set > to > DEBUG (as it is the default). If one tests complicated cases it can fill up > the hd quite quickly. Better have an own properties with debug level set to > INFO. > > 2) I cannot guarantee that it will not run into a deadlock, thus it can > freeze > the UI and generate lots of debug output. Again see 1) and kill the program > after around 5 minutes latest. > > But for reasonable (up to moderate difficult) networks it will give results > nearly immediately. > > This is still not the algorithm of Alex, which has pretty amazing running > times, but a simple brute force algorithm on the current (moderately > optimized) network graph. > > Stefan > > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > |