This document discusses techniques for securely outsourcing linear programming (LP) computations to the cloud while protecting sensitive input and output data. It proposes using problem transformation and fully homomorphic encryption to encrypt the LP problem before sending it to cloud servers for computation. Duality theory is also used to derive necessary and sufficient conditions for verifying the correctness of results. The method aims to allow cloud servers to perform LP computations on encrypted data efficiently while enabling customers to decrypt and verify outputs without revealing private information. Key aspects of the approach include encrypting LP problems, using public solvers in the cloud to compute on encrypted forms, and verifying results based on duality properties of LPs.