www.gusucode.com > mbctools 工具箱 matlab 源码程序 > mbctools/@xregbdryroot/fitConstraint.m

    function [bdev, ok] = fitConstraint(bdev, action)
%FITCONSTRAINT Fit the constraint contained in this development node
%
%  [BDEV, OK] = FITCONSTRAINT(BDEV, ACTION)
%  [BDEV, OK] = FITCONSTRAINT(BDEV, 'All')
%
% fitting constraints is not done at root or branch nodes

%  Copyright 2009 The MathWorks, Inc. and Ford Global Technologies, Inc.
        
ok = false;