Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

panic: unimplemented: prec=1013 #17

Closed
hiwane opened this issue Jan 23, 2023 · 1 comment
Closed

panic: unimplemented: prec=1013 #17

hiwane opened this issue Jan 23, 2023 · 1 comment
Labels
0-bug Something isn't working

Comments

@hiwane
Copy link
Owner

hiwane commented Jan 23, 2023

22:40:11 [31,2]           qe: 536:   cad[  2,  3] all([y,z,w], w-y+1<=0 || w-y-1>=0 || ((z-x==0 || w+y==0) && (w==0 || (y-1)*w-z^2+x*z==0)) || (4*w^2-8*y*w+3*z^2+4*y^2-4<0 && ((z-x!=0 && w+y!=0) || (w!=0 && (y-1)*w-z^2+x*z!=0))))

--- information about the cell [703 20] 0xc0029e54a0 ---
lv=1:y, de=true, exdeg=1, truth=-1 sgn=1
# of children=-1
def.poly     =9*y^4-42*y^2-12*x^2+49
signature    =(0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0)
iso.nintv    =[-0.406452,-0.406452]
             =[-4.064519e-01,-4.064519e-01] = 0.000000e+00
panic: unimplemented: prec=1013

goroutine 1 [running]:
github.com/hiwane/ganrac.(*Cell).improveIsoIntv(0xc0029e54a0, 0xc001366570?, 0x80?)
        /home/iwane/prog/go/src/github.com/hiwane/ganrac/lift.go:1318 +0x1b9
github.com/hiwane/ganrac.(*CAD).symde_zero_chk2(0x40c04a?, 0x18?, 0x5d9340?, 0x1?)
        /home/iwane/prog/go/src/github.com/hiwane/ganrac/cad_de.go:252 +0xa7
github.com/hiwane/ganrac.(*CAD).sym_zero_chk(0xc001d3b780?, 0x2?, 0x60f145?)
        /home/iwane/prog/go/src/github.com/hiwane/ganrac/cad_de.go:177 +0x58
github.com/hiwane/ganrac.(*CAD).sym_equal(0xc001366570?, 0xc0029e54a0, 0xc0029e55e0)
        /home/iwane/prog/go/src/github.com/hiwane/ganrac/cad_de.go:166 +0x245
github.com/hiwane/ganrac.(*CAD).cellmerge2(0xc0005e81c0, {0xc0029b60e0, 0x1c, 0x8?}, {0xc001b06048, 0x2, 0xc00009af30?}, 0x1)
 
@hiwane hiwane added the 0-bug Something isn't working label Jan 23, 2023
@hiwane
Copy link
Owner Author

hiwane commented Mar 14, 2023

F = all([y,z,w], w-y+1<=0 || w-y-1>=0 || ((z-x==0 || w+y==0) && (w==0 || (y-1)*w-z^2+x*z==0)) || (4*w^2-8*y*w+3*z^2+4*y^2-4<0 && ((z-x!=0 && w+y!=0) || (w!=0 && (y-1)*w-z^2+x*z!=0))));
C = cadinit(F);
cadproj(C);
verbose(1, 2);
cadlift(C, 703, 20);

@hiwane hiwane closed this as completed in 49cf1a4 Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant