/******************************************************* Mosel Example Problems ====================== file runrtpardistr.java ``````````````````````` Running several instances of a model remotely from a host program. - Parallel submodels in distributed architecture - Before running this model, you need to set up the NODENAMES with a machine name/address of your local network. All nodes that are used need to have the same version of Xpress installed and suitably licensed, and the server "xprmsrv" must have been started on this machine. (c) 2012 Fair Isaac Corporation author: S. Heipcke, Feb 2012, rev. Jan. 2013 *******************************************************/ import com.dashoptimization.*; import java.lang.*; import java.io.*; public class runrtpardistr { static final int A=10; static final int B=5; public static void main(String[] args) throws Exception { XPRD xprd=new XPRD(); XPRDMosel[] mosInst=new XPRDMosel[B]; XPRDModel[] modRP=new XPRDModel[A]; String[] NODENAMES=new String[B]; int i,j; // Use the name or IP address of a machine in // your local network, or "" for current node for(j=0;j