Gnm.SolverConstraint¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
lhs |
r/w |
||
rhs |
r/w |
||
type |
r/w |
Methods¶
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- class Gnm.SolverConstraint¶
-
- equal(b)¶
- Parameters:
b (
Gnm.SolverConstraint
) –- Return type:
- free()¶
- get_part(sp, i)¶
-
This splits self into parts and returns information about the i'th part. There will be multiple parts when the left-hand side is a cell range.
- part_as_str(i, sp)¶
- Parameters:
i (
int
) –sp (
Gnm.SolverParameters
) –
- Return type:
- set_old(type, lhs_col, lhs_row, rhs_col, rhs_row, cols, rows)¶
- side_as_str(sheet, buf, lhs)¶
- Parameters:
sheet (
Gnm.Sheet
) –buf (
GLib.String
) –lhs (
bool
) –
- valid(sp)¶
- Parameters:
sp (
Gnm.SolverParameters
) –- Return type: