![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <sat_solver.h>
Public Member Functions | |
Decision ()=default | |
Decision (int i, Literal l) | |
Public Attributes | |
int | trail_index = 0 |
Literal | literal |
Definition at line 381 of file sat_solver.h.
|
default |
|
inline |
Definition at line 383 of file sat_solver.h.
Literal operations_research::sat::SatSolver::Decision::literal |
Definition at line 385 of file sat_solver.h.
int operations_research::sat::SatSolver::Decision::trail_index = 0 |
Definition at line 384 of file sat_solver.h.