MCPcopy Create free account
hub / github.com/Singular/Singular / format_print_weight_vector

Method format_print_weight_vector

IntegerProgramming/term_ordering.cc:1451–1456  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1449}
1450
1451void term_ordering::format_print_weight_vector(ofstream& output) const
1452{
1453 for(short i=0;i<weighted_block_size;i++)
1454 output<<setw(6)<<setprecision(2)<<weight_vector[i];
1455 output<<endl;
1456}
1457#endif // TERM_ORDERING_CC

Callers 8

Conti_TraversoFunction · 0.80
Positive_Conti_TraversoFunction · 0.80
Elim_Conti_TraversoFunction · 0.80
PottierFunction · 0.80
Hosten_SturmfelsFunction · 0.80
DiBiase_UrbankeFunction · 0.80
Bigatti_LaScala_RobbianoFunction · 0.80
change_costFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected