Missing interface.

This commit is contained in:
Marcel Kronfeld 2008-03-11 11:08:17 +00:00
parent 2f2919fcd2
commit 7de2a87ea4

View File

@ -0,0 +1,10 @@
package javaeva.server.go.problems;
/**
* An interface to tag possibly multimodal problems, but without
* further knowledge about the optima.
*
*/
public interface InterfaceMultimodalProblem {
}