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.
2 parents 9f30e0f + 0143ea5 commit 18bfc9dCopy full SHA for 18bfc9d
MetaOptimize/GurobiEnvironment.cs
@@ -15,13 +15,6 @@ public static GRBEnv Instance
15
{
16
// for 8.1 and later
17
_env = new GRBEnv(true);
18
- if (!Environment.UserName.Contains("solal", StringComparison.OrdinalIgnoreCase))
19
- {
20
- _env.Set("LogFile", "maxFlowSolver.log");
21
- File.WriteAllText(
22
- Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "gurobi.lic"),
23
- "TOKENSERVER=10.137.59.115"); // ishai-z420, as of June 8th 2023
24
- }
25
try
26
27
_env.Start();
0 commit comments