Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
d6c8ef5e
Commit
d6c8ef5e
authored
Mar 02, 2017
by
Sebastian Heimann
Browse files
include problem name in status output
parent
43cde556
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
d6c8ef5e
...
...
@@ -1536,7 +1536,7 @@ def solve(problem,
lines
=
[]
if
'state'
in
status
:
lines
.
append
(
'%i'
%
iiter
)
lines
.
append
(
'
%s,
%i'
%
(
problem
.
name
,
iiter
)
)
lines
.
append
(
''
.
join
(
'-X'
[
int
(
acc
)]
for
acc
in
accept
))
xhist
[
iiter
,
:]
=
x
...
...
Write
Preview
Supports
Markdown
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