-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi, Snehal, I'm using your work to generate sovler for a minimal problems, but it has some mistakes, I try your example to generate solver of problem_opt_pnp_hesch, but it shows some message below:
Printed the equations to a txt file
Warning, (in jresultant) l is implicitly declared local |multires03.txt:982|
Warning, (in neigenvects) j is implicitly declared local |multires03.txt:1673|
Error, attempting to assign to signature which is protected. Try declaring
local signature; see ?protect for details.
libname := "D:\Program Files\Maple 2024\lib", "convex.mla"
Warning, (in IntegerPoints) j1 is implicitly declared local
|IntegerPoints.txt:24|
Warning, (in IntegerPoints) j2 is implicitly declared local
|IntegerPoints.txt:24|
Trying out by hidding variable a3
.CUDA enabled : true
Var. order selected: [a3, a1, a2, a4]
Considering the polytopes : [1, 2, 3]
....................
Coefficient matrix: 288 X 165
Predicted eigenvalue problem: 27
delta = -0.010000 -0.010000 -0.010000
....................
....................
Coefficient matrix: 189 X 120
Predicted eigenvalue problem: 27
delta = -0.010000 -0.010000 0.010000
....................
Considering the polytopes : [2, 4, 5]
Considering the polytopes : [1, 2, 4]
Considering the polytopes : [2, 3, 5]
....................
Coefficient matrix: 186 X 119
Predicted eigenvalue problem: 27
delta = -0.010000 -0.010000 0.010000
....................
....................
Coefficient matrix: 179 X 117
Predicted eigenvalue problem: 27
delta = -0.010000 0.010000 -0.010000
....................
....................
Coefficient matrix: 176 X 116
Predicted eigenvalue problem: 27
delta = -0.010000 0.010000 0.010000
....................
Considering the polytopes : [2, 3, 4]
Considering the polytopes : [1, 3, 4]
Considering the polytopes : [1, 3, 5]
Considering the polytopes : [3, 4, 5]
Considering the polytopes : [1, 4, 5]
Considering the polytopes : [1, 2, 5]
Monomial basis extracted.
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Attempting row-column removal...
Is there something for my matlab and maple configuration?