package org.mklab.sdpj.algorithm; /** * @author koga * @version $Revision$, 2009/04/24 */ public enum FormulaType { /** */ F1, /** */ F2, /** */ F3 }