taijusti / sleep_apnea

0 stars 0 forks source link

add command for setting the alpha of a given point #19

Closed taijusti closed 9 years ago

taijusti commented 9 years ago

will need to add the command macro to common.h and the handler to the switch statement in device() in device.cpp

need this because devices need the most up to date alphas since they use this to calculate KKT violation.

taijusti commented 9 years ago

implemented, tested, pushed.