The Java Action Linearprogram module provides a specialized action for the LightJason framework that allows agents to model and solve linear optimization tasks. Users can configure objective coefficients, add equality and inequality constraints, select solution methods, and run the solver within an agent’s reasoning cycle. Once executed, the action returns the optimal variable values and objective score which agents can use for subsequent planning or execution. This plug-and-play component abstracts solver complexity while maintaining full control over problem definitions through Java interfaces.