You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
234 B
10 lines
234 B
2 years ago
|
summary: lp_solve tool
|
||
|
description:
|
||
|
Check that lp_solve tool can be executed and solve a simple problem.
|
||
|
component: lpsolve
|
||
|
require:
|
||
|
- grep
|
||
|
- lpsolve
|
||
|
test: |
|
||
|
echo 'max: x; x < 42;' | lp_solve -S1 | grep -e ': 42\.0*$'
|