Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ linear_solver/

or-tools/src/linear_solver/linear_solver.cc File Reference

#include "linear_solver/linear_solver.h"
#include <cmath>
#include <cstddef>
#include <utility>
#include "base/commandlineflags.h"
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/scoped_ptr.h"
#include "base/stringprintf.h"
#include "base/timer.h"
#include "base/concise_iterator.h"
#include "base/map-util.h"
#include "base/stl_util.h"
#include "base/hash.h"
#include "linear_solver/linear_solver.pb.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Functions

 DEFINE_string (solver_write_model,"","Path of the file to write the model to.")
 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
MPSolverInterface * operations_research::BuildSolverInterface (MPSolver *const solver, MPSolver::OptimizationProblemType problem_type)


Function Documentation

DEFINE_string ( solver_write_model  ,
""  ,
"Path of the file to write the model to."   
)

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

(Laurent Perron)