Class GlpkSolver

    • Field Detail

      • binary

        public static java.lang.String binary
        Path to the binary or lp_solve
    • Constructor Detail

      • GlpkSolver

        public GlpkSolver()
    • Method Detail

      • isInstalled

        public static boolean isInstalled()
                                   throws java.lang.UnsupportedOperationException
        Throws:
        java.lang.UnsupportedOperationException
      • setBinary

        public static void setBinary​(java.lang.String binary)
        Sets the path to the binary.
        Parameters:
        binary - the path to the binary.
      • setTmpFolder

        public static void setTmpFolder​(java.io.File path)
        Sets the path for the temporary folder.
        Parameters:
        path - some path.