package grader.Main;


import java.util.Collection;

/**
 *
 *  The lowest score in this category is discounted when calculating the score for the overall category. 
 *    Derived from an FMSL opaque type.
 * 
 * @author 
 * @version 
 *
 **/

public class DropLowestScheme {

     /** Default Constructor **/
     public DropLowestScheme() {

     }

}