![JAR search and dependency download from the Maven repository](/logo.png)
com.enterprisemath.math.lp.StandardLPProblemSolver Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of em-math Show documentation
Show all versions of em-math Show documentation
Advanced mathematical algorithms.
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