Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gscip_parameters.h File Reference
#include "absl/time/time.h"
#include "ortools/math_opt/solvers/gscip/gscip.pb.h"

Go to the source code of this file.

Namespaces

namespace  operations_research
 OR-Tools root namespace.

Functions

void operations_research::GScipSetTimeLimit (absl::Duration time_limit, GScipParameters *parameters)
absl::Duration operations_research::GScipTimeLimit (const GScipParameters &parameters)
bool operations_research::GScipTimeLimitSet (const GScipParameters &parameters)
void operations_research::GScipSetMaxNumThreads (int num_threads, GScipParameters *parameters)
int operations_research::GScipMaxNumThreads (const GScipParameters &parameters)
bool operations_research::GScipMaxNumThreadsSet (const GScipParameters &parameters)
void operations_research::GScipSetLogLevel (GScipParameters *parameters, int log_level)
int operations_research::GScipLogLevel (const GScipParameters &parameters)
bool operations_research::GScipLogLevelSet (const GScipParameters &parameters)
void operations_research::GScipSetOutputEnabled (GScipParameters *parameters, bool output_enabled)
bool operations_research::GScipOutputEnabled (const GScipParameters &parameters)
bool operations_research::GScipOutputEnabledSet (const GScipParameters &parameters)
void operations_research::GScipSetRandomSeed (GScipParameters *parameters, int random_seed)
int operations_research::GScipRandomSeed (const GScipParameters &parameters)
bool operations_research::GScipRandomSeedSet (const GScipParameters &parameters)
void operations_research::GScipSetCatchCtrlC (const bool catch_ctrl_c, GScipParameters *const parameters)
bool operations_research::GScipCatchCtrlC (const GScipParameters &parameters)
bool operations_research::GScipCatchCtrlCSet (const GScipParameters &parameters)
void operations_research::DisableAllCutsExceptUserDefined (GScipParameters *parameters)