Skip to content

Commit

Permalink
Fix broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dhadka committed Nov 30, 2023
1 parent 75a1ce0 commit e000157
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 307 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/moeaframework/benchmarks/CarSideImpact.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< Updated upstream:src/main/java/org/moeaframework/benchmarks/CarSideImpact/CarSideImpact.java
/* Copyright 2009-2023 David Hadka and other contributors
*
* This file is part of the MOEA Framework.
Expand All @@ -16,10 +15,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with the MOEA Framework. If not, see <http://www.gnu.org/licenses/>.
*/
package org.moeaframework.benchmarks.CarSideImpact;
=======
package org.moeaframework.benchmarks;
>>>>>>> Stashed changes:src/main/java/org/moeaframework/benchmarks/CarSideImpact.java

import org.moeaframework.core.Solution;
import org.moeaframework.core.variable.EncodingUtils;
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/moeaframework/benchmarks/ElectricMotor.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< Updated upstream:src/main/java/org/moeaframework/benchmarks/ElectricMotor/ElectricMotor.java
/* Copyright 2009-2023 David Hadka and other contributors
*
* This file is part of the MOEA Framework.
Expand All @@ -16,10 +15,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with the MOEA Framework. If not, see <http://www.gnu.org/licenses/>.
*/
package org.moeaframework.benchmarks.ElectricMotor;
=======
package org.moeaframework.benchmarks;
>>>>>>> Stashed changes:src/main/java/org/moeaframework/benchmarks/ElectricMotor.java

import org.moeaframework.core.Solution;
import org.moeaframework.core.variable.EncodingUtils;
Expand Down

This file was deleted.

4 changes: 0 additions & 4 deletions src/main/java/org/moeaframework/benchmarks/LRGV.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< Updated upstream:src/main/java/org/moeaframework/benchmarks/LRGV/LRGV.java
/* Copyright 2009-2023 David Hadka and other contributors
*
* This file is part of the MOEA Framework.
Expand All @@ -16,10 +15,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with the MOEA Framework. If not, see <http://www.gnu.org/licenses/>.
*/
package org.moeaframework.benchmarks.LRGV;
=======
package org.moeaframework.benchmarks;
>>>>>>> Stashed changes:src/main/java/org/moeaframework/benchmarks/LRGV.java

import java.io.File;

Expand Down
4 changes: 0 additions & 4 deletions src/main/java/org/moeaframework/benchmarks/LakeProblem.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< Updated upstream:src/main/java/org/moeaframework/benchmarks/LakeProblem/LakeProblem.java
/* Copyright 2009-2023 David Hadka and other contributors
*
* This file is part of the MOEA Framework.
Expand All @@ -16,10 +15,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with the MOEA Framework. If not, see <http://www.gnu.org/licenses/>.
*/
package org.moeaframework.benchmarks.LakeProblem;
=======
package org.moeaframework.benchmarks;
>>>>>>> Stashed changes:src/main/java/org/moeaframework/benchmarks/LakeProblem.java

import java.io.File;

Expand Down
82 changes: 0 additions & 82 deletions src/main/java/org/moeaframework/benchmarks/WDS/WDS.java

This file was deleted.

62 changes: 0 additions & 62 deletions src/main/java/org/moeaframework/benchmarks/WDS/WDSConverter.java

This file was deleted.

77 changes: 0 additions & 77 deletions src/main/java/org/moeaframework/benchmarks/WDS/WDSInstance.java

This file was deleted.

0 comments on commit e000157

Please sign in to comment.