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.DONE
or stillOptimisationService.Status.PENDING
? Get the result of the optimisation by callingOptimisationService.getResult(String)
– whenOptimisationService.Status.DONE
OptimisationService.Problem ServiceIntegration ServiceSolver -
Enum Summary Enum Description OptimisationService.Status