<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mintoc.de/index.php?action=history&amp;feed=atom&amp;title=Fuller%27s_Problem_%28JModelica%29</id>
	<title>Fuller&#039;s Problem (JModelica) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mintoc.de/index.php?action=history&amp;feed=atom&amp;title=Fuller%27s_Problem_%28JModelica%29"/>
	<link rel="alternate" type="text/html" href="https://mintoc.de/index.php?title=Fuller%27s_Problem_(JModelica)&amp;action=history"/>
	<updated>2026-06-09T09:15:37Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>https://mintoc.de/index.php?title=Fuller%27s_Problem_(JModelica)&amp;diff=1872&amp;oldid=prev</id>
		<title>MadeleineSchroeter: Created page with &quot;This page contains the model formulation of the MIOCP Fuller&#039;s problem in [http://jmodelica.org JModelica] format.   === JModelica ===  The model in JModelica code.  &lt;sour...&quot;</title>
		<link rel="alternate" type="text/html" href="https://mintoc.de/index.php?title=Fuller%27s_Problem_(JModelica)&amp;diff=1872&amp;oldid=prev"/>
		<updated>2016-03-15T12:45:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;This page contains the model formulation of the MIOCP &lt;a href=&quot;/index.php?title=Fuller%27s_problem&quot; title=&quot;Fuller&amp;#039;s problem&quot;&gt;Fuller&amp;#039;s problem&lt;/a&gt; in [http://jmodelica.org JModelica] format.   === JModelica ===  The model in JModelica code.  &amp;lt;sour...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This page contains the model formulation of the MIOCP [[Fuller&amp;#039;s problem]] in [http://jmodelica.org JModelica] format. &lt;br /&gt;
&lt;br /&gt;
=== JModelica ===&lt;br /&gt;
&lt;br /&gt;
The model in JModelica code.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;optimica&amp;quot;&amp;gt;&lt;br /&gt;
// Fuller&amp;#039;s problem for an optimal chattering solution.&lt;br /&gt;
// (c) Sebastian Sager, 2005-2009&lt;br /&gt;
// More info on http://mintoc.de/index.php/Fuller&amp;#039;s_Problem&lt;br /&gt;
&lt;br /&gt;
 optimization fuller_opt (objective = cost(finalTime),&lt;br /&gt;
                         startTime = 0,&lt;br /&gt;
                         finalTime = 1)&lt;br /&gt;
 &lt;br /&gt;
    // Differential states&lt;br /&gt;
    Real x0(start=0.01, fixed=true);&lt;br /&gt;
    Real x1(start=0, fixed=true);&lt;br /&gt;
    Real cost(start=0, fixed=true);&lt;br /&gt;
 &lt;br /&gt;
    // The control signal&lt;br /&gt;
    input Real u(free=true);&lt;br /&gt;
 &lt;br /&gt;
  equation&lt;br /&gt;
    der(x0) = x1;&lt;br /&gt;
    der(x1) = 1-2*u;&lt;br /&gt;
    der(cost) = x0^2;&lt;br /&gt;
  constraint &lt;br /&gt;
     u&amp;lt;=1;&lt;br /&gt;
     u&amp;gt;=0;&lt;br /&gt;
     x0(finalTime)=0.01;&lt;br /&gt;
     x1(finalTime)=0;&lt;br /&gt;
  end fuller_opt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:JModelica]]&lt;/div&gt;</summary>
		<author><name>MadeleineSchroeter</name></author>
	</entry>
</feed>