.. _Problem_Ones_Count_Max: Ones Count Max Problem ====================== * Max Ones Problem. Problem is represented with class :ref:`MaxOnesCountProblem`. - `BitArray` representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class :ref:`MaxOnesCountProblemBinaryBitArraySolution `. - `int` representation for solution of Max Ones Problem. Implementation of the solution with such representation is given with class :ref:`MaxOnesCountProblemBinaryIntSolution `.