![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Stores an assignment of variables as a list of true literals using their signed representation. There will be at most one literal per variable. The literals will be sorted by increasing variable index. The assignment may be partial in the sense that some variables may not appear and thus not be assigned. More...
Public Member Functions | |
BooleanAssignment () | |
BooleanAssignment (BooleanAssignment other) | |
BooleanAssignment | Clone () |
override bool | Equals (object other) |
bool | Equals (BooleanAssignment other) |
override int | GetHashCode () |
override string | ToString () |
void | WriteTo (pb::CodedOutputStream output) |
int | CalculateSize () |
void | MergeFrom (BooleanAssignment other) |
void | MergeFrom (pb::CodedInputStream input) |
Static Public Attributes | |
const int | LiteralsFieldNumber = 1 |
Field number for the "literals" field. | |
Properties | |
static pb::MessageParser< BooleanAssignment > | Parser [get] |
static pbr::MessageDescriptor | Descriptor [get] |
pbc::RepeatedField< int > | Literals [get] |
Stores an assignment of variables as a list of true literals using their signed representation. There will be at most one literal per variable. The literals will be sorted by increasing variable index. The assignment may be partial in the sense that some variables may not appear and thus not be assigned.
Definition at line 810 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 835 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 843 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 927 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 850 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 873 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 867 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 886 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 938 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 948 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 897 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 903 of file BooleanProblem.pb.cs.
|
static |
Field number for the "literals" field.
Definition at line 855 of file BooleanProblem.pb.cs.
|
staticget |
Definition at line 823 of file BooleanProblem.pb.cs.
|
get |
Definition at line 861 of file BooleanProblem.pb.cs.
|
staticget |
Definition at line 819 of file BooleanProblem.pb.cs.