Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stgroup
ttc18
Commits
569b3f42
Commit
569b3f42
authored
Aug 29, 2018
by
Johannes Mey
Browse files
more timeout fixes
parent
11d5917f
Changes
1
Hide whitespace changes
Inline
Side-by-side
jastadd-mquat-solver-ilp/src/main/java/de/tudresden/inf/st/mquat/solving/ilp/AbstractILPSolver.java
View file @
569b3f42
...
...
@@ -60,6 +60,7 @@ public abstract class AbstractILPSolver implements BenchmarkableSolver {
this
.
lastSolutionCreation
=
0
;
this
.
lastObjective
=
0
;
this
.
timedOut
=
false
;
setTimeout
(
this
.
timeoutValueOriginal
,
this
.
timeoutUnitOriginal
);
}
@Override
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment