﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3570	homotopy solution is ignored after initialization	Lennart Ochel	Lennart Ochel	"The following minimalistic homotopy example should guide {{{x}}} and {{{y}}} explicitly to the converse solutions of {{{a^2-9=0}}}. 
{{{#!mo
model homotopy1
  Real x; // 3
  Real y; // -3
equation
  homotopy(x^2, x) = 9;
   homotopy(y^2, -y) = 9;
end homotopy1;
}}}

Initialization determined the expected solution for {{{x}}} and {{{y}}}, however the simulation don't care that the equations are already solved and start to iterating from zero-start value."	defect	closed	high	Future	Run-time		fixed	homotopy	Francesco Casella
