Modifier and Type | Class and Description |
---|---|
class |
SolverClient
Local class that can be used to solve a MIP.
|
protected static class |
SolverClient.ClientSolver |
Modifier and Type | Field and Description |
---|---|
protected IMIPSolver |
SolverClient.solver |
Modifier and Type | Method and Description |
---|---|
protected static IMIPSolver |
SolverClient.getLocalSolver(String className)
Get a local solver
|
protected static IMIPSolver |
SolverClient.getRemoteSolver(String host,
int port) |
protected static IMIPSolver |
SolverClient.getSolverForProps(TypedProperties props) |
Constructor and Description |
---|
SolverClient(IMIPSolver solver)
create a client using the given solver explicitly.
|
Constructor and Description |
---|
RemoteMIPSolver(int port,
IMIPSolver solver) |
Modifier and Type | Class and Description |
---|---|
class |
CPlexMIPSolver
Solves a MIP structure.
|
Modifier and Type | Class and Description |
---|---|
class |
LPSolveMIPSolver
A Class for solving MIPs based on the LPSolve solver.
|
Copyright © 2017. All rights reserved.