equal
deleted
inserted
replaced
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
1 /* -*- mode: C++; indent-tabs-mode: nil; -*- |
2 * |
2 * |
3 * This file is a part of LEMON, a generic C++ optimization library. |
3 * This file is a part of LEMON, a generic C++ optimization library. |
4 * |
4 * |
5 * Copyright (C) 2003-2008 |
5 * Copyright (C) 2003-2011 |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
6 * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
7 * (Egervary Research Group on Combinatorial Optimization, EGRES). |
8 * |
8 * |
9 * Permission to use, modify and distribute this software is granted |
9 * Permission to use, modify and distribute this software is granted |
10 * provided that this copyright notice appears in all copies. For |
10 * provided that this copyright notice appears in all copies. For |
135 virtual ProblemType _getDualType() const; |
135 virtual ProblemType _getDualType() const; |
136 |
136 |
137 virtual void _clear(); |
137 virtual void _clear(); |
138 |
138 |
139 virtual void _messageLevel(MessageLevel); |
139 virtual void _messageLevel(MessageLevel); |
140 |
140 |
141 public: |
141 public: |
142 |
142 |
143 ///Solves LP with primal simplex method. |
143 ///Solves LP with primal simplex method. |
144 SolveExitStatus solvePrimal(); |
144 SolveExitStatus solvePrimal(); |
145 |
145 |