19package denoptim.graph;
21import static org.junit.jupiter.api.Assertions.assertEquals;
22import static org.junit.jupiter.api.Assertions.assertFalse;
23import static org.junit.jupiter.api.Assertions.assertNotEquals;
24import static org.junit.jupiter.api.Assertions.assertNull;
25import static org.junit.jupiter.api.Assertions.assertTrue;
27import java.util.HashSet;
30import javax.vecmath.Point3d;
32import org.junit.jupiter.api.Test;
49 assertTrue(sm1.
equals(sm1));
50 assertTrue(sm1.
equals(sm2));
51 assertTrue(sm2.
equals(sm1));
52 assertFalse(sm1==sm2);
55 assertFalse(sm1.
equals(sm2));
73 assertEquals(hc1, hc2);
77 assertNotEquals(hc1, hc2);
Unit test for DENOPTIMFragment.
static Fragment makeFragmentA()
A collection of AttachmentPoints that are related by a relation that we call "symmetry",...
Class coupling a reference to a SymmetricSet with a string that we call "mode" and can is used to sto...
A vertex is a data structure that has an identity and holds a list of AttachmentPoints.
abstract List< SymmetricAPs > getSymmetricAPSets()