Skip to content
Snippets Groups Projects
Commit c9aedcc1 authored by a.croix's avatar a.croix
Browse files

Correct error in SOlutionDistance

parent 961ee87b
No related branches found
No related tags found
No related merge requests found
Pipeline #1290 failed
......@@ -9,9 +9,6 @@ import java.util.List;
*/
public class SolutionDistance extends AbstractSolution {
private double[] weights_w;
private double[] weights_p;
private double distance = Double.POSITIVE_INFINITY;
/**
* SolutionDistance constructor. Needs weight number as parameter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment