Module ojalgo
Package org.ojalgo.optimisation.service
-
Class Summary Class Description OptimisationService Basic usage: Put optimisation problems on the solve queue by callingOptimisationService.putOnQueue(Sense, byte[], FileFormat)Check the status of the optimisation by callingOptimisationService.getStatus(String)– is itOptimisationService.Status.DONEor stillOptimisationService.Status.PENDING? Get the result of the optimisation by callingOptimisationService.getResult(String)– whenOptimisationService.Status.DONEOptimisationService.Problem ServiceIntegration ServiceSolver -
Enum Summary Enum Description OptimisationService.Status