@@ -25,12 +25,13 @@ export HasStateBounds, HasConstantStateBounds, HasVariableStateBounds,
2525include (" problem.jl" )
2626
2727export Nominal, Lower, Upper, Undefined, IntegratorName, Value, Gradient,
28- Subgradient, Bound, Relaxation,IsNumeric, IsSolutionSet, TerminationStatus,
29- ParameterValue, ParameterBound, SupportSet, TerminationStatusCode, relax!,
28+ ConstantParameterValue, Subgradient, Bound, Relaxation,IsNumeric,
29+ IsSolutionSet, TerminationStatus, ParameterValue, ParameterBound,
30+ SupportSet, TerminationStatusCode, relax!,
3031 integrate!, make, AbstractDERelaxIntegator, AbstractODERelaxIntegrator,
3132 AbstractBoundLoc, TimeIndex, COMPLETED, EMPTY, RELAXATION_NOT_CALLED,
32- NUMERICAL_ERROR, INVALID_OPTION, OTHER_ERROR, LIMIT_EXCEEDED, ParameterNumber,
33- StateNumber, SupportNumber, LocalSensitivityOn
33+ NUMERICAL_ERROR, INVALID_OPTION, OTHER_ERROR, LIMIT_EXCEEDED,
34+ ParameterNumber, StateNumber, SupportNumber, LocalSensitivityOn
3435
3536include (" integrator.jl" )
3637
0 commit comments