#!/bin/bash
# This script is intended for the use inconnection with the proprietary
# Cplex optimizer.  See README.source for more instructions.

java $JAVA_OPTS -jar /usr/share/java/`basename $0`.jar -opti cplex $@
