AssignmentDemo:
% Demonstrate the different solutions found by the optimal assignment method and the privileged assignment method.
Since version 7.
------------------------------------------------------------------------
Form:
AssignmentDemo
------------------------------------------------------------------------
See also RotateState, TeamGoals_Structure, EstimateCost,
GenerateTeamGoals, InitializeCostMatrix, OptimalAssignment,
PopulateCostMatrix, PrivilegedAssignment, SetupAssignmentProblem,
Goals2DeltaElem, DataSize
------------------------------------------------------------------------
%
-------------------------------------------------------------------------
Copyright 2003 Princeton Satellite Systems, Inc.
All rights reserved.
-------------------------------------------------------------------------
ear power; clear costEstimate;
sp(sprintf('\nSetting up problem...'));
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%% BEGIN USER - DEFINED INFO %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Children:
FormationFlying: Coord/RotateState
FormationFlying: DataStructures/TeamGoals_Structure
FormationFlying: Guidance/EstimateCost
FormationFlying: Guidance/GenerateTeamGoals
FormationFlying: Guidance/InitializeCostMatrix
FormationFlying: Guidance/OptimalAssignment
FormationFlying: Guidance/PopulateCostMatrix
FormationFlying: Guidance/PrivilegedAssignment
FormationFlying: Guidance/SetupAssignmentProblem
FormationFlying: Transformation/Goals2DeltaElem
FormationFlying: Utility/DataSize