Definition at line 521 of file Solver.cpp.
◆ reduceDB_lt() [1/3]
◆ reduceDB_lt() [2/3]
◆ reduceDB_lt() [3/3]
◆ operator()() [1/3]
Definition at line 524 of file Solver.cpp.
524 {
525 return ca[x].size() > 2 && (
ca[y].size() == 2 ||
ca[x].activity() <
ca[y].activity()); }
◆ operator()() [2/3]
Definition at line 916 of file Glucose.cpp.
916 {
917
918
920
923
924
925 if(
ca[x].lbd()>
ca[y].lbd())
return 1;
926 if(
ca[x].lbd()<
ca[y].lbd())
return 0;
927
928
929 return ca[x].activity() <
ca[y].activity();
930
931
932 }
◆ operator()() [3/3]
Definition at line 1076 of file Glucose2.cpp.
1076 {
1077
1078
1080
1083
1084
1085 if(
ca[x].lbd()>
ca[y].lbd())
return 1;
1086 if(
ca[x].lbd()<
ca[y].lbd())
return 0;
1087
1088
1089 return ca[x].activity() <
ca[y].activity();
1090
1091
1092 }
◆ ca
The documentation for this struct was generated from the following files: