Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
CoMISo
CoMISo
Commits
72dea666
Commit
72dea666
authored
Aug 30, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
COMISOSolver: warn about non-equality constraints
parent
47a03957
Pipeline
#11972
passed with stages
in 7 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
NSolver/COMISOSolver.cc
NSolver/COMISOSolver.cc
+2
-0
No files found.
NSolver/COMISOSolver.cc
View file @
72dea666
...
...
@@ -76,6 +76,8 @@ solve(NProblemInterface* _problem,
// move to next constraint
++
n_constraints
;
}
else
{
std
::
cerr
<<
"Warning: COMISOSolver received a problem with non-equality constraints!!!"
<<
std
::
endl
;
}
// resize matrix to final number of constraints
...
...
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