We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be2f7e commit c667552Copy full SHA for c667552
src/lpi/lpi_grb.c
@@ -50,7 +50,7 @@
50
#endif
51
52
#if ( GRB_VERSION_MAJOR < 6 || ( GRB_VERSION_MAJOR == 7 && GRB_VERSION_MINOR == 0 && GRB_VERSION_TECHNICAL < 2 ) )
53
-#error "The Gurobi intreface only works for Gurobi versions at least 7.0.2"
+#error "The Gurobi interface only works for Gurobi versions at least 7.0.2"
54
55
56
#ifdef SCIP_THREADSAFE
0 commit comments