
>> [obj, M, z, u, counter, num_AS_pts, time, report, information] = ...
    activeset(rand(5,100), 1e-6, 1e-6, 1, 1, ...
        20, 1, 20);
=========== Active Set Alg. ===========
INITIALIZE ACTIVE SET: 0.093750 seconds
  # | ASpts | step | time | t_time |  obj val  |   upper b.  | mispts
-----------------------------------------------------------------------
   1     20    9    0.06    0.23   -2.559823e+000   -6.673259e-001     15
   2     35   10    0.05    0.30   -2.414400e+000   -2.272842e+000      3
   3     38   11    0.02    0.31   -2.412850e+000   -2.412850e+000      0
-----------------------------------------------------------------------
 total iters:  3  Act. Pts.: 17  Init. Time: 0.09  Total Time: 0.31
>> [obj, M, z, u, counter, num_AS_pts, time, report, information] = ...
    activeset(rand(5,100), 1e-6, 1e-6, 1, 2, 20, 1, 20);
=========== Active Set Alg. ===========
INITIALIZE ACTIVE SET: 0.015625 seconds
  # | ASpts | step | time | t_time |  obj val  |   upper b.  | mispts
-----------------------------------------------------------------------
   1     20    9    0.00    0.03   -2.142403e+000   1.042772e+000     20
   2     40   10    0.02    0.06   -1.796428e+000   -1.796428e+000      0
-----------------------------------------------------------------------
 total iters:  2  Act. Pts.: 16  Init. Time: 0.02  Total Time: 0.06
>> [obj, M, z, u, counter, num_AS_pts, time, report, information] = ...
    activeset(rand(5,100), 1e-6, 1e-6, 3, 2, 20, 1, 20);
=========== Active Set Alg. ===========
INITIALIZE ACTIVE SET: 0.031250 seconds
  # | ASpts | step | time | t_time |  obj val  |   upper b.  | mispts
-----------------------------------------------------------------------
   1      7    7    0.02    0.05   -4.093698e+000   7.797275e+000     59
   2     24    8    0.02    0.06   -2.499215e+000   1.009462e+000     13
   3     37   10    0.02    0.08   -2.190666e+000   -2.190666e+000      0
-----------------------------------------------------------------------
 total iters:  3  Act. Pts.: 14  Init. Time: 0.03  Total Time: 0.08
>> [obj, M, z, u, counter, num_AS_pts, time, report, information] = ...
    activeset(rand(5,100), 1e-6, 1e-6, 2, 2, 20, 1, 20);
=========== Active Set Alg. ===========
INITIALIZE ACTIVE SET: 0.000000 seconds
  # | ASpts | step | time | t_time |  obj val  |   upper b.  | mispts
-----------------------------------------------------------------------
   1      7    7    0.00    0.06   -2.300585e+000   3.733197e+000     41
   2     11    9    0.00    0.09   -1.804012e+000   -5.993662e-001      7
   3     18    9    0.02    0.11   -1.751888e+000   -1.684792e+000      1
   4     19    9    0.00    0.11   -1.751680e+000   -1.751680e+000      0
-----------------------------------------------------------------------
 total iters:  4  Act. Pts.: 13  Init. Time: 0.00  Total Time: 0.11
>> 