[Libreoffice-commits] core.git: nlpsolver/ThirdParty

rbuj robert.buj at gmail.com
Tue Sep 2 00:17:44 PDT 2014


 nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit bc796af28524841eb54ed68836a87ff85e62e2ac
Author: rbuj <robert.buj at gmail.com>
Date:   Mon Sep 1 19:57:02 2014 +0200

    nlpsolver: fix javadoc error: bad use of '>'
    
    Change-Id: Ibfaeef155982ce6eeefe8ef51eea9c2bddb12c46
    Reviewed-on: https://gerrit.libreoffice.org/11244
    Reviewed-by: Thomas Arnhold <thomas at arnhold.org>
    Tested-by: Thomas Arnhold <thomas at arnhold.org>

diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
index 81612dc..5ff9a35 100644
--- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
+++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/encode/EvalElement.java
@@ -29,16 +29,17 @@ public class EvalElement {
   /**
    * The expected range of the response value, forms the following objective:
    *
+   * <pre>
    * NO minValue   maxValue : THE ELEMENT OF BasicBound
    * 1  MINDOUBLE, MINDOUBLE: the minimize objective
    * 2  MAXDOUBLE, MAXDOUBLE: the maximize objective
-   * 3  MINDOUBLE, v        : the lessthan constraint  (<v)
-   * 4  v        , MAXDOUBLE: the largethan constraint (>v)
+   * 3  MINDOUBLE, v        : the lessthan constraint  {@literal (<v)}
+   * 4  v        , MAXDOUBLE: the largethan constraint {@literal (>v)}
    * 5  v1       , v2       : the region constraint, i.e. belongs to [v1, v2]
    *
    * OPTIM type: the No.1 and No.2
    * CONS  type: the last three
-   *
+   * </pre>
    */
   public BasicBound targetBound = new BasicBound();
 


More information about the Libreoffice-commits mailing list