input geometriesyr12;
figure(0,0,8u,7u);
pair A,B,C,I,J,K,L;
A=u*(0.75,1.5);
C=u*(7,0.75);
B=u*(5,6);
I=iso(A,C);
J=iso(A,B);
K=iso(B,C);
L=iso(J,C);
trace triangle(A,B,C);
trace I--J--C;
trace L--K;
trace codesegments(A,I,I,C,2);
trace codesegments(A,J,J,B,5);
trace codesegments(B,K,K,C,1);
trace codesegments(J,L,L,C,4);
nomme.lft(A);
nomme.lrt(C);
nomme.top(B);
nomme.bot(I);
nomme.ulft(J);
nomme.bot(L);
nomme.urt(K);
fin;
end

