- Timestamp:
- Dec 22, 2007, 5:17:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sample/estimation/sample_est.mso
r380 r440 15 15 16 16 EQUATIONS 17 PV /'atm' = exp(A - B/(T-C));17 PV = exp(A - B/(T-C)) * 'atm'; 18 18 19 19 OPTIONS … … 25 25 ESTIMATE 26 26 # PAR START LOWER UPPER UNIT 27 A 1.5 -3 10;27 A 4.5 -3 10; 28 28 B 1000 800 3000 'K'; 29 29 C 50 20 200 'K'; … … 37 37 File = "ipopt_emso", 38 38 # File = "complex", 39 acceptable_tol = 1e-3, 40 ObjTol = 1e-3 39 ObjTol = 1e-6 41 40 ); 41 42 Statistics = "complete"; # "simplified"; 42 43 Dynamic = false; 43 44 end
Note: See TracChangeset
for help on using the changeset viewer.