Skip to content
Snippets Groups Projects
Commit 60838786 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Print feature track

parent e11ece2c
No related branches found
No related tags found
1 merge request!157Kfpackmanager
Pipeline #
......@@ -867,7 +867,7 @@ void Problem::print(int depth, bool constr_by, bool metric, bool state_blocks)
// Features
for (auto f : C->getFeatureList())
{
cout << " f" << f->id() << " " << f->getType() << ((depth < 4) ? " -- " + std::to_string(f->getConstraintList().size()) + "c " : "");
cout << " f" << f->id() << " trk" << f->trackId() << " " << f->getType() << ((depth < 4) ? " -- " + std::to_string(f->getConstraintList().size()) + "c " : "");
if (constr_by)
{
cout << " <--\t";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment