Package

org.tropic.sparkor

linprog

Permalink

package linprog

Visibility
  1. Public
  2. All

Type Members

  1. class InteriorPointSolver extends LinearProblemSolver

    Permalink

    Solver for linear optimization problems using the interior point method

  2. class LinearOptimizationProblem extends Problem

    Permalink

    Class representing a linear optimization problem which can be expressed in the following form: min c'x subject to Ax = b (or >=, <=) and x >= 0

  3. abstract class LinearProblemSolver extends Solver

    Permalink

    Abstract class extending Solver specific to solve linear optimization problems

Value Members

  1. object ConstraintType extends Enumeration

    Permalink

    Enumeration to represent the constraint type of a linear optimization problem

Ungrouped