![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 48 of file diophantine.h.
#include <diophantine.h>
Public Attributes | |
| bool | no_reformulation_needed |
| bool | has_solutions |
| std::vector< int > | index_permutation |
| std::vector< absl::int128 > | special_solution |
| std::vector< std::vector< absl::int128 > > | kernel_basis |
| std::vector< absl::int128 > | kernel_vars_lbs |
| std::vector< absl::int128 > | kernel_vars_ubs |
| bool operations_research::sat::DiophantineSolution::has_solutions |
Definition at line 53 of file diophantine.h.
| std::vector<int> operations_research::sat::DiophantineSolution::index_permutation |
Definition at line 58 of file diophantine.h.
| std::vector<std::vector<absl::int128> > operations_research::sat::DiophantineSolution::kernel_basis |
Definition at line 70 of file diophantine.h.
| std::vector<absl::int128> operations_research::sat::DiophantineSolution::kernel_vars_lbs |
Definition at line 74 of file diophantine.h.
| std::vector<absl::int128> operations_research::sat::DiophantineSolution::kernel_vars_ubs |
Definition at line 75 of file diophantine.h.
| bool operations_research::sat::DiophantineSolution::no_reformulation_needed |
Definition at line 50 of file diophantine.h.
| std::vector<absl::int128> operations_research::sat::DiophantineSolution::special_solution |
Definition at line 64 of file diophantine.h.