edu.harvard.econcs.jopt.solver.server
Interface IRemoteMIPSolver
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteMIPSolver
public interface IRemoteMIPSolver
- extends java.rmi.Remote
Interface for a remote class that can solve mips.
- Since:
- Apr 12, 2004
- Version:
- $Revision: 1.2 $ on $Date: 2005/10/17 18:49:44 $
solve
IMIPResult solve(byte[] serializedMip)
throws MIPException,
java.rmi.RemoteException
- Parameters:
mip
- the mip in Serialized form.
- Throws:
MIPException
java.rmi.RemoteException
- See Also:
IMIP