Opened 14 years ago
Closed 10 years ago
#7024 closed enhancement (fixed)
Fixing tests/libs/linprog to use BObjectList
Reported by: | Karvjorm | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | LinearProgramming | Cc: | Karvjorm |
Blocked By: | Blocking: | ||
Platform: | All |
Description
I tried to build a tests/libs/linprog/ program but it failed.
I did some refactoring to get it work and now it works, but I'm not sure, if I have done it correctly. I actually do not understand, how the test program should work. :)
I changed also headers/libs/linprog/LinearSpec.h file a bit, but maybe I should have changed src/libs/linprog/LinearSpec.cpp file instead of it.
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | test_libs_linprogram.patch added |
---|
comment:1 by , 14 years ago
patch: | 0 → 1 |
---|
comment:2 by , 12 years ago
hrev42423 seems to have made most of this patch obsolete. Though, src/tests/libs/linprog/Program.cpp currently does not utilize BObjectList.
comment:3 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Clemens, would you be able to comment further?
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The library itself was converted to BObjectList and largely rewritten since then, so nothing to do here anymore.
Fixing the test program to use the BObjetList object.