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.assertTrue;
26import org.junit.jupiter.api.Test;
43 assertTrue(sm1.
equals(sm1));
44 assertTrue(sm1.
equals(sm2));
45 assertTrue(sm2.
equals(sm1));
46 assertFalse(sm1==sm2);
49 assertFalse(sm1.
equals(sm2));
67 assertEquals(hc1, hc2);
71 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()