Class LagrangeSolver

java.lang.Object
org.tweetyproject.math.opt.solver.Solver
org.tweetyproject.math.opt.solver.LagrangeSolver

public class LagrangeSolver extends Solver
This class implements a (naive) Langrange solver for optimization problems.

This solver only considers optimization problems without inequations. The solution given by this solver is not verified as it only checks for necessary optimality conditions. it is natively implemented
Author:
Matthias Thimm