A solver re-uses its output as its input on each iteration


## Description
no description
## Parameters

<table>
<thead>
	<tr>
		<th>Name</th>
		<th>Type</th>
		<th>Description</th>
	</tr>
</thead>
<tr>
	<td>iterations</td>
	<td><div class='bg-orange-800 px-2 py-px text-white rounded-sm'>integer</div></td>
	<td>number of times the nodes inside this node will process the input</td>
</tr>
<tr>
	<td>reload</td>
	<td><div class='bg-cyan-800 px-2 py-px text-white rounded-sm'>button</div></td>
	<td>Currently, when the child nodes are updated, the solver node does not know that it should recook. Clicking this button forces it to recompute</td>
</tr>
</table>