LightJason - AgentSpeak(L++)
Package org.lightjason.agentspeak.action.builtin.math.linearprogram

Classes

class  CCreate
 action to create a linear program. More...
 
class  CEquationConstraint
 add a linear equation constraint to the LP. More...
 
class  CSolve
 solves the linear program and returns the solution. More...
 
class  CValueConstraint
 add a linear value constraint to the LP. More...
 
class  IConstraint
 abstract class for constraint actions More...