AmericasWater / awash

America's Water AWASH Model
GNU General Public License v3.0
4 stars 6 forks source link

Check all new-style matrices against old-style matrices #8

Open jrising opened 8 years ago

jrising commented 8 years ago

This task is to ensure that the simulation and the optimization describe the same relationships (or know where they aren't) by using the automatic generation system to create optimization matrices from the simulation, and check whether those are the same as written by hand.

See test_Reservoir_optimization.jl for the two ways to create a LinearProgrammingRoom, using the simulation and by hand.

Also, we want to figure out a way to ensure this correspondence moving forward.