Britbot
static int Britbot.Commander.CalcMaxPrioritiesNum ( ) [inline, static]

Max proirities we can afford to compute and iterate over.

Returns:
The number of maximun priorites each group can have

Definition at line 263 of file Commander.cs.

        {
            return (int) (Math.Pow(Magic.MaxIterator, 1.0 / Commander.Groups.Count));
        }