-
**Describe the bug**
1.3.1版では、Placeholderを使った項の演算が、順序に依存してエラーするようになりました。
このエラーのため、このリポジトリにあるgraph_coloring.ipynb も実行できません。
**To Reproduce**
以下の単純なコードで確認できます。
```
>>> from pyqubo import Binary,…
-
### Detailed description
I would like to request the implementation of a Graph Colouring Algorithm as a feature in this repository. Graph colouring is a way of assigning labels (often referred to …
-
### Vue - Official extension or vue-tsc version
Vue - Official v2.1.6
### VSCode version
1.93
### Vue version
3.4.38
### TypeScript version
not applicable
### System Info
```shell
OS: Windows…
-
I really like the dropdown button and the table shapes. There are a lot of options to change their appearance. I love the different table types and the coloring system with the 4 changeable colors. Ve…
-
```python
class Color(Enum):
scarlet = "scarlet"
pink = "pink"
orange = "orange"
blue = "blue"
purple = "purple"
from colorama import init, Fore, Style
init()
def …
-
Hello,
I was wondering, is there a way to provide a structure along with the SHAPE reactivities, and predefine a color scheme (so that, for example, reactive bases above a certain value get a certa…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the Issue
The Dark Mode section of the Settings contains a tremendous amount of color customiza…
-
-
Might be useful to be able to color states. For example here is how I configure Emacs:
> ;; To color-code task types (color table available with "M-x list-colors-display")
> (setq org-todo-keyword…
-
the coloring feature sometimes makes errors. I have a three colorable graph which it says is four colorable:
The adjacency matrix is here if you want to try it yourself:
0, 0, 0, 0, 1, 1, 1, 1…