I would like to have iterative hot starts:
I want to adjust some parameter, solve my problem, look at the solution, adjust that parameter again and then resolve the problem as a hot start; starting from the solution the last solve call yielded… adjust that parameter again, resolve as hot start from the solution of the previous solve call … and so on.
Can i do that via iterative calls to “solve” on the same modelInstance (and changing the parameter via its sync db beforehand) or will each solve call start in the state provided by the checkpoint the instance was generated from. And if thats possible will i have to clear the sync_db in each iteration before passing my “new” adjustments (will the previous adjustments still be in sync_db?)? If thats not possible, how else can i achieve that? Do i just have to preset all variables of a new instance?
Thanks
S. Marnach