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.
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 aLinearProgrammingRoom
, using the simulation and by hand.Also, we want to figure out a way to ensure this correspondence moving forward.