<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Axis%E2%80%93angle_representation</id>
	<title>Axis–angle representation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/index.php?action=history&amp;feed=atom&amp;title=Axis%E2%80%93angle_representation"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Axis%E2%80%93angle_representation&amp;action=history"/>
	<updated>2026-08-16T22:00:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Axis%E2%80%93angle_representation&amp;diff=16160&amp;oldid=prev</id>
		<title>en&gt;Quondum: /* Uses */ removing trailing blank line</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Axis%E2%80%93angle_representation&amp;diff=16160&amp;oldid=prev"/>
		<updated>2014-01-25T03:26:16Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Uses: &lt;/span&gt; removing trailing blank line&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{mergefrom|Candidate solution|date=August 2013}}&lt;br /&gt;
[[File:IP polytope with LP relaxation.png|350px|thumb|A problem with five linear constraints (in blue, including the non-negativity constraints). In the absence of integer constraints the feasible set is the entire region bounded by blue, but with [[integer constraint]]s it is the set of red dots.]]&lt;br /&gt;
[[File:3dpoly.svg|thumb|right|A closed feasible region of a [[linear programming]] problem with three variables is a convex [[polyhedron]].]]&lt;br /&gt;
&lt;br /&gt;
In [[mathematical optimization]], a &amp;#039;&amp;#039;&amp;#039;feasible region&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;feasible set&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;search space&amp;#039;&amp;#039;&amp;#039;, or &amp;#039;&amp;#039;&amp;#039;solution space&amp;#039;&amp;#039;&amp;#039; is the set of all possible points (sets of values of the choice variables) of an optimization problem that satisfy the problem&amp;#039;s [[Constraint (mathematics)|constraints]], potentially including [[Inequality (mathematics)|inequalities]], [[Equality (mathematics)|equalities]], and [[integer]] constraints. This is the initial set of [[candidate solution]]s to the problem, before the set of candidates has been narrowed down.&lt;br /&gt;
&lt;br /&gt;
For example, consider the problem&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;Minimize&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt; x_1^2+x_2^4 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with respect to the variables &amp;lt;math&amp;gt;x_1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x_2,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
subject to&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; 1 \le x_1 \le 10 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
and&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt; 5 \le x_2 \le 12. \, &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here the feasible set is the set of pairs (&amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt;, &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt;) in which the value of &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; is at least 1 and at most 10 and the value of &amp;#039;&amp;#039;x&amp;#039;&amp;#039;&amp;lt;sub&amp;gt;2&amp;lt;/sub&amp;gt; is at least 5 and at most 12. Note that the feasible set of the problem is separate from the [[objective function]], which states the criterion to be optimized and which in the above example is &amp;lt;math&amp;gt; x_1^2+x_2^4. &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In many problems, the feasible set reflects a constraint that one or more variables must be non-negative. In pure [[integer programming]] problems, the feasible set is the set of integers (or some subset thereof).  In [[linear programming]] problems, the feasible set is a [[Convex set|convex]] [[polytope]]: a region in [[Dimension (mathematics and physics)|multidimensional space]] whose boundaries are formed by [[hyperplanes]] and whose corners are [[vertex (geometry)|vertices]].&lt;br /&gt;
&lt;br /&gt;
[[Constraint satisfaction]] is the process of finding a point in the feasible region.&lt;br /&gt;
&lt;br /&gt;
==Convex feasible set==&lt;br /&gt;
{{See also|Convex optimization}}&lt;br /&gt;
[[File:Linear Programming Feasible Region.svg|frame|In a linear programming problem, a series of linear constraints produces a convex feasible region of possible values for those variables. In the two-variable case this region is in the shape of a convex [[simple polygon]].]]&lt;br /&gt;
&lt;br /&gt;
A [[convex set|convex]] feasible set is one in which a line segment connecting any two feasible points goes through only other feasible points, and not through any points outside the feasible set.  Convex feasible sets arise in many types of problems, including linear programming problems, and they are of particular interest because, if the problem has a [[convex function|convex objective function]] that is to be maximized, it will generally be easier to solve in the presence of a convex feasible set and any [[local optimum]] will also be a [[global optimum]].&lt;br /&gt;
&lt;br /&gt;
==No feasible set==&lt;br /&gt;
&lt;br /&gt;
If the constraints of an optimization problem are mutually contradictory, there are no points that satisfy all the constraints and thus the feasible region is the [[null set]]. In this case the problem has no solution and is said to be &amp;#039;&amp;#039;infeasible&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
==Bounded and unbounded feasible sets==&lt;br /&gt;
&lt;br /&gt;
 [[Image:Bounded unbounded.svg|right|thumb|A bounded feasible set (top) and an unbounded feasible set (bottom). The set at the bottom continues forever towards the right.]]&lt;br /&gt;
&lt;br /&gt;
Feasible sets may be [[Bounded set|bounded or unbounded]]. For example, the feasible set defined by the constraint set {&amp;#039;&amp;#039;x&amp;#039;&amp;#039; ≥ 0, &amp;#039;&amp;#039;y&amp;#039;&amp;#039; ≥ 0} is unbounded because in some directions there is no limit on how far one can go and still be in the feasible region. In contrast, the feasible set formed by the constraint set {&amp;#039;&amp;#039;x&amp;#039;&amp;#039; ≥ 0, &amp;#039;&amp;#039;y&amp;#039;&amp;#039; ≥ 0, &amp;#039;&amp;#039;x&amp;#039;&amp;#039; + 2&amp;#039;&amp;#039;y&amp;#039;&amp;#039; ≤ 4} is bounded because the extent of movement in any direction is limited by the constraints.&lt;br /&gt;
&lt;br /&gt;
In linear programming problems with &amp;#039;&amp;#039;n&amp;#039;&amp;#039; variables, a [[Necessary and sufficient conditions|necessary but not sufficient condition]] for the feasible set to be bounded is that the number of constraints be at least &amp;#039;&amp;#039;n&amp;#039;&amp;#039; + 1 (as illustrated by the above example).&lt;br /&gt;
&lt;br /&gt;
If the feasible set is unbounded, there may or may not be an optimum, depending on the specifics of the objective function. For example, if the feasible region is defined by the constraint set {&amp;#039;&amp;#039;x&amp;#039;&amp;#039; ≥ 0, &amp;#039;&amp;#039;y&amp;#039;&amp;#039; ≥ 0}, then the problem of maximizing &amp;#039;&amp;#039;x&amp;#039;&amp;#039; + &amp;#039;&amp;#039;y&amp;#039;&amp;#039; has no optimum since any candidate solution can be improved upon by increasing &amp;#039;&amp;#039;x&amp;#039;&amp;#039; or &amp;#039;&amp;#039;y&amp;#039;&amp;#039;; yet if the problem is to &amp;#039;&amp;#039;minimize&amp;#039;&amp;#039; &amp;#039;&amp;#039;x&amp;#039;&amp;#039; + &amp;#039;&amp;#039;y&amp;#039;&amp;#039;, then there is an optimum (specifically at (&amp;#039;&amp;#039;x&amp;#039;&amp;#039;, &amp;#039;&amp;#039;y&amp;#039;&amp;#039;) = (0, 0)).&lt;br /&gt;
&lt;br /&gt;
[[Category:Decision theory]]&lt;br /&gt;
[[Category:Mathematical optimization]]&lt;/div&gt;</summary>
		<author><name>en&gt;Quondum</name></author>
	</entry>
</feed>