fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / nlpsolver / ThirdParty / EvolutionarySolver / src / net / adaptivebox / encode / IEncodeEngine.java
blob9ca77d32ca8fa5c42bc389f5da7a12e119cdb8c7
1 /**
2 * Description: provide the encoded information for objectives
4 * @ Author Create/Modi Note
5 * Xiaofeng Xie Feb 10, 2004
7 * This library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public
9 * License as published by the Free Software Foundation; either
10 * version 2.1 of the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * Please acknowledge the author(s) if you use this code in any way.
20 package net.adaptivebox.encode;
22 public interface IEncodeEngine{
23 abstract public double[] getEncodeInfo();