You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Geoffrey De Smet (JIRA)" <ji...@apache.org> on 2013/11/27 14:40:38 UTC

[jira] [Comment Edited] (CAMEL-7017) Camel component for optaplanner

    [ https://issues.apache.org/jira/browse/CAMEL-7017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833742#comment-13833742 ] 

Geoffrey De Smet edited comment on CAMEL-7017 at 11/27/13 1:38 PM:
-------------------------------------------------------------------

Small fix to wiki-camel-optaplanner:

In the section Termination, I forgot to add in the actual code:
{code}
<solver>
  ...
  <termination>
    <!-- Terminate after 10 seconds, unless it's not feasible by then yet -->
    <terminationCompositionStyle>AND</terminationCompositionStyle>
    <maximumSecondsSpend>10</maximumSecondsSpend>
    <scoreAttained>-1hard/0soft</scoreAttained>
  </termination>
  ...
<solver>
{code}

Now it's finished. The old wiki txt got removed.


was (Author: ge0ffrey):
Small fix to wiki-camel-optaplanner:

In the section Termination, I forgot to add in the actual code:
{code}
<solver>
  ...
  <termination>
    <!-- Terminate after 10 seconds, unless it's not feasible by then yet -->
    <terminationCompositionStyle>AND</terminationCompositionStyle>
    <maximumSecondsSpend>10</maximumSecondsSpend>
    <scoreAttained>-1hard/0soft</scoreAttained>
  </termination>
  ...
<solver>
{code}

Now it's finished. Sorry for the disturbance.

> Camel component for optaplanner
> -------------------------------
>
>                 Key: CAMEL-7017
>                 URL: https://issues.apache.org/jira/browse/CAMEL-7017
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.13.0
>
>         Attachments: wiki-camel-optaplanner.txt
>
>
> See
> https://github.com/apache/camel/pull/62



--
This message was sent by Atlassian JIRA
(v6.1#6144)