Package org.ojalgo.optimisation.service
package org.ojalgo.optimisation.service
-
ClassDescriptionBasic usage: Put optimisation problems on the solve queue by calling
OptimisationService.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