RsBundle  Diff

Differences From Artifact [ea44ae6dda]:

  • File src/solver.rs — part of check-in [9768a88763] at 2016-09-28 06:10:25 on branch trunk — solver: Reformat info output. (user: fifr size: 21606)

To Artifact [0918b9a32f]:

  • File src/solver.rs — part of check-in [07f16d6a13] at 2016-09-28 08:42:58 on branch trunk — Document some modules (user: fifr size: 21642)

10
11
12
13
14
15
16


17
18
19
20
21
22
23
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25







+
+







 * WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see  <http://www.gnu.org/licenses/>
 */

//! The main bundle method solver.

use {Real, DVector};
use {FirstOrderProblem, Evaluation, HKWeighter};

use master::{self, MasterProblem, BoxedMasterProblem, MinimalMaster};

use std::result;