Google OR-Tools v9.11
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 794 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 819 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 827 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 911 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 834 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 857 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 851 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 870 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 922 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 932 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 881 of file BooleanProblem.pb.cs.
|
inline |
Definition at line 887 of file BooleanProblem.pb.cs.
|
static |
Field number for the "literals" field.
Definition at line 839 of file BooleanProblem.pb.cs.
|
staticget |
Definition at line 807 of file BooleanProblem.pb.cs.
|
get |
Definition at line 845 of file BooleanProblem.pb.cs.
|
staticget |
Definition at line 803 of file BooleanProblem.pb.cs.