diff --git a/README.md b/README.md index 3439afd..1c69199 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ that illustrate how Hipster can be used to solve a [wide variety of problems](ht ## What's next? -If you want to learn how to solve a problem by searching with Hipster, check the wiki to [learn the basics](https://github.com/citiususc/hipster/wiki/Getting-Started) and the [JavaDoc documentation](http://citiususc.github.io/hipster/documentation/javadoc/1.0.0-SNAPSHOT). There are also a few implemented examples [here](https://github.com/citiususc/hipster/tree/development/hipster-examples/src/main/java/es/usc/citius/hipster/examples). +If you want to learn how to solve a problem by searching with Hipster, check the wiki to [learn the basics](https://github.com/citiususc/hipster/wiki/Getting-Started) and the [JavaDoc documentation](http://www.hipster4j.org/javadocs/latest). We also suggest you to check [this presentation](https://speakerdeck.com/pablormier/hipster-an-open-source-java-library-for-heuristic-search) for a quick introduction. ## License & Citation diff --git a/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java b/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java new file mode 100644 index 0000000..320c410 --- /dev/null +++ b/hipster-all/src/main/java/es/usc/citius/hipster/all/package-info.java @@ -0,0 +1,20 @@ +/* + * Copyright 2013 Centro de Investigación en Tecnoloxías da Información (CITIUS), University of Santiago de Compostela (USC). + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * + */ +package es.usc.citius.hipster.all; \ No newline at end of file