Package joust.optimisers.shortfunc

Examples of joust.optimisers.shortfunc.ShortFuncTranslator


@Log
@ExtensionMethod({Logger.class, LogUtils.LogExtensions.class})
public class ShortFunc extends OptimisationRunnable.OneTwo {
    public ShortFunc() {
        super(new ShortFuncTranslator(), new ConstFoldTranslator());
    }
View Full Code Here

TOP

Related Classes of joust.optimisers.shortfunc.ShortFuncTranslator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.