Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
parser_main.cc File Reference
#include <cstddef>
#include <string>
#include "absl/base/log_severity.h"
#include "absl/flags/flag.h"
#include "absl/log/check.h"
#include "absl/log/globals.h"
#include "absl/strings/match.h"
#include "ortools/base/init_google.h"
#include "ortools/base/timer.h"
#include "ortools/flatzinc/model.h"
#include "ortools/flatzinc/parser.h"
#include "ortools/util/logging.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.
namespace  operations_research::fz

Functions

 ABSL_FLAG (std::string, input, "", "Input file in the flatzinc format.")
 ABSL_FLAG (bool, print, false, "Print model.")
 ABSL_FLAG (bool, presolve, false, "Presolve loaded file.")
 ABSL_FLAG (bool, statistics, false, "Print model statistics")
void operations_research::fz::ParseFile (const std::string &filename)
int main (int argc, char **argv)

Function Documentation

◆ ABSL_FLAG() [1/4]

ABSL_FLAG ( bool ,
presolve ,
false ,
"Presolve loaded file."  )

◆ ABSL_FLAG() [2/4]

ABSL_FLAG ( bool ,
print ,
false ,
"Print model."  )

◆ ABSL_FLAG() [3/4]

ABSL_FLAG ( bool ,
statistics ,
false ,
"Print model statistics"  )

◆ ABSL_FLAG() [4/4]

ABSL_FLAG ( std::string ,
input ,
"" ,
"Input file in the flatzinc format."  )

◆ main()

int main ( int argc,
char ** argv )

Definition at line 74 of file parser_main.cc.