<!doctype html public '-//W3C//DTD HTML 4.01//EN'
  'http://www.w3.org/TR/html4/strict.dtd'>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
	<link rel="stylesheet" href="../../../EStyle.css" type="text/css">
	<link rel="stylesheet" href="../../../ETables.css" type="text/css">
	<title>Isight - Examples</title>
</head>
<body>
<p><a href="http://www.simulia.com/products/sim_opt.html"><img src="../../../../examples/logo.gif" alt="SIMULIA"></a></p>
<h1>Target Solver Component</h1>
<table>
	<tr>
		<th colspan=2>Target Solver Example</th>
	</tr>
	<tr>
		<td>Description:</td>
		<td>This example uses the Target Solver component to solve
			a system of equations. The following targets and variables
			are defined in this example:
			<ul>
			    <li>Targets (3):
					<ul>
						<li>y1</li>
						<li>y2</li>
						<li>y3</li>
					</ul>
				</li>
			    <li>Variables (4):
					<ul>
						<li>a</li>
						<li>b</li>
						<li>c</li>
						<li>d</li>
					</ul>
				</li>
			</ul>
			The execution summary reported on the Summary tab of the Runtime Gateway
			can be used to review results.
		</td>
	</tr>
	<tr>
		<td>Model:</td>
		<td><a href="TargetSolver.zmf">TargetSolver.zmf</a></td>
	</tr>
	<tr>
		<td>Illustrated components:</td>
		<td>Target Solver, Calculator</td>
	</tr>
	<tr>
		<td>Other illustrated features:</td>
		<td>Parameter groups, Execution summary</td>
	</tr>
	<tr>
		<td>Support files needed:</td>
		<td>None</td>
	</tr>
</table>
</body>
</html>
