Class GlpkSolver

    • Field Detail

      • binary

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

      • GlpkSolver

        public GlpkSolver()
    • Method Detail

      • setBinary

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

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