All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enterprisemath.math.lp.StandardLPProblemSolver Maven / Gradle / Ivy

The newest version!
package com.enterprisemath.math.lp;

/**
 * Defines functionality of the unit for solving LP problems in the standard way.
 *
 * @author radek.hecl
 */
public interface StandardLPProblemSolver {

    /**
     * Solves the problem.
     *
     * @param problem problem
     * @return solution
     */
    public StandardLPProblemResult solve(StandardLPProblem problem);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy