Resources

Block-diagonal Structure in Distributed Mode (dcmpe04)


/*******************************************************************/
/*                                                                 */
/*            S A S   S A M P L E   L I B R A R Y                  */
/*                                                                 */
/*    NAME: dcmpe04                                                */
/*   TITLE: Block-diagonal Structure in Distributed Mode (dcmpe04) */
/* PRODUCT: OR                                                     */
/*  SYSTEM: ALL                                                    */
/*    KEYS: OR                                                     */
/*   PROCS: OPTMILP                                                */
/*    DATA:                                                        */
/*                                                                 */
/* SUPPORT:                             UPDATE:                    */
/*     REF:                                                        */
/*    MISC: Example 4 from the Decomposition Algorithm             */
/*          chapter of Mathematical Programming.                   */
/*                                                                 */
/*******************************************************************/



proc optmilp
   data       = mpsdata;
   decomp
     loglevel = 2
     method   = concomp;
   performance
     details
     nthreads = 1
     nodes    = 4;
run;