####################################################################### # # # This file is part of a collection developed first for a course in # # financial optimization taught out of the text of Cornuejols and # # Tutuncu and then adapted for a tutorial on modeling and the COIN-OR # # Optimization Suite. Materials for the original course on financial # # optimization are hosted here: # # # # http://coral.ie.lehigh.edu/~ted/teaching/ie447 # # # # Materials for the tutorial are hosted here: # # # # http://coral.ie.lehigh.edu/~ted/teaching/coin-or # # # # # # This collection of models is licensed under The Creative Commons # # CC BY-SA 3.0 License, a copy of which is available here: # # # # http://creativecommons.org/licenses/by-sa/3.0/ # # # # Copyright 2014, Ted Ralphs # # All Rights Reserved # # ted@lehigh.edu # # # ####################################################################### option solver cplex; model bonds_simple.mod solve; display X1, X2;