7#ifndef __ASSTDSTEPCALC_HPP__
8#define __ASSTDSTEPCALC_HPP__
32 const std::string& prefix
46 std::vector<Index>& x_bound_violations_idx,
47 std::vector<Number>& x_bound_violations_du
Dense Vector Implementation.
Specialized CompoundVector class specifically for the algorithm iterates.
This class stores a list of user set options.
This is the interface for the classes that perform the actual step.
Template class for Smart Pointers.
SmartPtr< SchurData > ift_data_
StdStepCalculator(SmartPtr< SchurData > ift_data, SmartPtr< SensBacksolver > backsolver)
virtual ~StdStepCalculator()
virtual SmartPtr< IteratesVector > GetSensitivityVector(void)
return the sensitivity vector
bool BoundCheck(IteratesVector &sol, std::vector< Index > &x_bound_violations_idx, std::vector< Number > &x_bound_violations_du)
virtual bool Step(DenseVector &delta_u, IteratesVector &sol)
This is the main algorithmic function of this class.
virtual bool InitializeImpl(const OptionsList &options, const std::string &prefix)
Implementation of the initialization method that has to be overloaded by for each derived class.
SmartPtr< IteratesVector > SensitivityVector
SmartPtr< SensBacksolver > backsolver_
This file contains a base class for all exceptions and a set of macros to help with exceptions.
ipnumber Number
Type of all numbers.