We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice to add a simple test for SetTimeList() method of the gurobiSolver object.
SetTimeList()
gurobiSolver
One example of a similar test is TestEnv_GetTimeLimit1 from testing/gurobi/env_test.go. Feel free to expand the test to do more if you would like!
TestEnv_GetTimeLimit1
testing/gurobi/env_test.go
Suggested Final Product(s):
gurobisolver_test.go
TestGurobiSolver_SetTimeLimit#
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to add a simple test for
SetTimeList()
method of thegurobiSolver
object.One example of a similar test is
TestEnv_GetTimeLimit1
fromtesting/gurobi/env_test.go
. Feel free to expand the test to do more if you would like!Suggested Final Product(s):
gurobisolver_test.go
following the format for test naming (i.e.,TestGurobiSolver_SetTimeLimit#
).The text was updated successfully, but these errors were encountered: