42 #ifndef NUM_FIXED_DEP_INDEP_ADDED_STEP_H
43 #define NUM_FIXED_DEP_INDEP_ADDED_STEP_H
45 #include "rSQPAlgo_Step.h"
47 namespace MoochoPack {
61 bool do_step(
Algorithm& algo, poss_type step_poss, IterationPack::EDoStepType type
62 , poss_type assoc_step_poss);
65 void print_step(
const Algorithm& algo, poss_type step_poss, IterationPack::EDoStepType type
66 , poss_type assoc_step_poss, std::ostream& out,
const std::string& leading_str )
const;
72 #endif // NUM_FIXED_DEP_INDEP_ADDED_STEP_H
bool do_step(Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss)
Computes and outputs the number of fixed variables from the dependent and independent set...
void print_step(const Algorithm &algo, poss_type step_poss, IterationPack::EDoStepType type, poss_type assoc_step_poss, std::ostream &out, const std::string &leading_str) const