Package org.ojalgo.optimisation.service
Class OptimisationService
- java.lang.Object
-
- org.ojalgo.optimisation.service.OptimisationService
-
public abstract class OptimisationService extends java.lang.Object
OptimisationService.Solver
andOptimisationService.Integration
implementations that make use of Optimatika's Optimisation-as-a-Service (OaaS).There is a test/demo version of that service available at: http://test-service.optimatika.se
That particular instance is NOT for production use, and may be restricted or removed without warning.
If you'd like access to a service instance for (private) production use, you should contact Optimatika using: https://www.optimatika.se/products-services-inquiry/
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OptimisationService.Integration
(package private) static class
OptimisationService.Solver
-
Constructor Summary
Constructors Constructor Description OptimisationService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static OptimisationService.Integration
newIntegration(java.lang.String host)
-
-
-
Method Detail
-
newIntegration
public static OptimisationService.Integration newIntegration(java.lang.String host)
-
-