On Jun 13, 2008, at 3:55 AM, hamid tahery2009 wrote:
thank you for your respond to my question,but i want to know if i
do some changes at 'case9' ( for example at the branch
resistance(r)) and save it as 'case9h' then for calculateing the
change of bus prices,is it true ?(the program below)
runopf('case9')
runopf('case9h')
compare('case9','case9h')
please help me.thank you
You need to save the solved cases and compare them. The code above
just compares the input files.
runopf('case9', mpoption, [], 'soln9');
runopf('case9h', mpoption, [], 'soln9h');
compare('soln9', 'soln9h');
--
Ray Zimmerman
Senior Research Associate
428-B Phillips Hall, Cornell University, Ithaca, NY 14853
phone: (607) 255-9645