<monet:definitions xmlns:monet="http://monet.nag.co.uk/monet/ns"
                   xmlns:om="http://www.openmath.org/OpenMath"
                   targetNamespace="http://monet.nag.co.uk/problems/" >

 <monet:problem name ="unconstrained_univariate_minimisation">
  <monet:header>
    <monet:taxonomy taxonomy="http://gams.nist.gov" code="GamsG1a" />
  </monet:header>

  <monet:body>

    <monet:input name="objective">
      <monet:signature>
        <om:OMOBJ>
          <om:OMA>
            <om:OMS cd="sts"  name="mapsto" />
            <om:OMV name="R"/>
            <om:OMV name="R"/>
          </om:OMA>
        </om:OMOBJ>
      </monet:signature>
    </monet:input>

    <monet:output name="minimum">
      <monet:signature>
        <om:OMOBJ>
          <om:OMV name="R"/>
        </om:OMOBJ>
      </monet:signature>
    </monet:output>

    <monet:output name="value_at_minimum">
      <monet:signature>
        <om:OMOBJ>
          <om:OMV name="R"/>
        </om:OMOBJ>
      </monet:signature>
    </monet:output>

    <monet:pre-condition>
      <om:OMOBJ>
        <om:OMA>
          <om:OMS cd="fns3" name="continuous"/>
          <om:OMV name="objective"/>
        </om:OMA>
      </om:OMOBJ>
    </monet:pre-condition>

    <monet:post-condition>
      <om:OMOBJ>
        <om:OMA>
          <om:OMS cd="relation1" name="eq"/>
          <om:OMA>
            <om:OMV name="objective"/>
            <om:OMV name="minimum"/>
          </om:OMA>
          <om:OMV name="value_at_minimum"/>
        </om:OMA>
      </om:OMOBJ>
    </monet:post-condition>

    <monet:post-condition>
      <om:OMOBJ>
        <om:OMBIND>
          <om:OMS cd="quant1" name="forall"/>
          <om:OMBVAR>
            <om:OMV name="x"/>
          </om:OMBVAR>
          <om:OMA>
            <om:OMS name="implies" cd="logic1"/>
            <om:OMA>
              <om:OMS name="in" cd="set1"/>
              <om:OMV name="x"/>
              <om:OMV name="R"/>
	    </om:OMA>
            <om:OMA>
              <om:OMS cd="relation1" name="geq"/>
              <om:OMA>
                <om:OMV name="objective"/>
                <om:OMV name="x"/>
              </om:OMA>
              <om:OMA>
                <om:OMV name="objective"/>
                <om:OMV name="minimum"/>
              </om:OMA>
            </om:OMA>
          </om:OMA>
        </om:OMBIND>
      </om:OMOBJ>
    </monet:post-condition>

  </monet:body>

 </monet:problem>
</monet:definitions>
