Skip to content

Commit

Permalink
Add a workspace test for optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
jodavies committed Nov 13, 2024
1 parent 5c6f862 commit b4925e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions check/fixes.frm
Original file line number Diff line number Diff line change
Expand Up @@ -2943,3 +2943,18 @@ Local F = rat(f,1);
#pend_if mpi?
assert runtime_error?("ERROR: polynomials and polyratfuns must contain symbols only")
*--#] Issue567_3f :
*--#[ PullReq535 :
* This test requires more than the specified 50K workspace.
#:maxtermsize 200
#:workspace 50000
S x1,...,x19;
L F = (x1+...+x19)^4;
Format O1;
.sort
#optimize F
L G = `optimvalue_';
P G;
.end
assert succeeded?
assert result("G") =~ expr("389")
*--#] PullReq535 :

0 comments on commit b4925e2

Please sign in to comment.